[cvs] expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/ext/dbobj ISOCountryCodes.java

JCorporate Ltd jcorp at jcorp2.servlets.net
Fri Jun 4 23:49:25 PDT 2004


Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/ext/dbobj
In directory jcorp2.servlets.net:/tmp/cvs-serv12742/expresso-web/WEB-INF/src/com/jcorporate/expresso/ext/dbobj

Modified Files:
	ISOCountryCodes.java 
Log Message:
cosmetic: use string const


Index: ISOCountryCodes.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/ext/dbobj/ISOCountryCodes.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** ISOCountryCodes.java	4 Jun 2004 20:02:50 -0000	1.15
--- ISOCountryCodes.java	5 Jun 2004 06:49:22 -0000	1.16
***************
*** 101,104 ****
--- 101,105 ----
      public static final String FLD_COUNTRY = "Country";
      public static final String FLD_POSTALREGEXP = "PostalRegExp";
+     public static final String TABLE = "ISOCOUNTRYCODES";
  
      /**
***************
*** 265,269 ****
      protected void setupFields()
              throws DBException {
!         setTargetTable("ISOCOUNTRYCODES");
          setDescription("ISO Country Codes");
          setCharset("ISO-8859-1");
--- 266,270 ----
      protected void setupFields()
              throws DBException {
!         setTargetTable(TABLE);
          setDescription("ISO Country Codes");
          setCharset("ISO-8859-1");



More information about the cvs mailing list