From: Tim P <ti...@us...> - 2008-03-20 09:36:05
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/util In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11642/src/org/webmacro/util Modified Files: Instantiator.java Log Message: Checkstyle: make final Index: Instantiator.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/util/Instantiator.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Instantiator.java 17 Oct 2005 04:21:26 -0000 1.1 --- Instantiator.java 20 Mar 2008 09:35:59 -0000 1.2 *************** *** 35,39 **** * configuration property. * ! * Used by BeanDirective and SetpropsDirective * * @author Keats Kirsch --- 35,39 ---- * configuration property. * ! * Used by BeanDirective and SetpropsDirective. * * @author Keats Kirsch *************** *** 41,45 **** * @see org.webmacro.directive.SetpropsDirective */ ! public class Instantiator { --- 41,45 ---- * @see org.webmacro.directive.SetpropsDirective */ ! final public class Instantiator { *************** *** 223,224 **** --- 223,225 ---- } } + |