From: Tim P <ti...@us...> - 2008-03-20 11:08:07
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23641/src/org/webmacro Modified Files: WMConstants.java Log Message: Checkstyle: javadoc Index: WMConstants.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/WMConstants.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** WMConstants.java 12 Jun 2003 00:47:44 -0000 1.5 --- WMConstants.java 20 Mar 2008 11:08:02 -0000 1.6 *************** *** 25,28 **** --- 25,31 ---- + /** + * Constants used in WebMacro. + */ public final class WMConstants { *************** *** 33,48 **** /** ! * name of the local properties file. Only limited properties are ! * read from this (currently to do with file encodings) */ public static final String WEBMACRO_LOCAL_FILE = "WebMacro.local"; /** ! * name of the default properties file */ public static final String WEBMACRO_DEFAULTS_FILE = "WebMacro.defaults"; /** ! * name of the properties file */ public static final String WEBMACRO_PROPERTIES_FILE = "WebMacro.properties"; --- 36,51 ---- /** ! * Name of the local properties file. Only limited properties are ! * read from this (currently to do with file encodings). */ public static final String WEBMACRO_LOCAL_FILE = "WebMacro.local"; /** ! * Name of the default properties file. */ public static final String WEBMACRO_DEFAULTS_FILE = "WebMacro.defaults"; /** ! * Name of the properties file. */ public static final String WEBMACRO_PROPERTIES_FILE = "WebMacro.properties"; |