[cvs] Expresso commit by mtraum: fix depreciation

JCorporate Ltd jcorp at jcorp2.servlets.net
Mon Oct 11 23:51:27 PDT 2004


Log Message:
-----------
fix depreciation

Modified Files:
--------------
    expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/utility:
        DBTool.java

Revision Data
-------------
Index: DBTool.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/utility/DBTool.java,v
retrieving revision 1.47
retrieving revision 1.48
diff -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/utility/DBTool.java -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/utility/DBTool.java -u -r1.47 -r1.48
--- expresso-web/WEB-INF/src/com/jcorporate/expresso/core/utility/DBTool.java
+++ expresso-web/WEB-INF/src/com/jcorporate/expresso/core/utility/DBTool.java
@@ -2191,9 +2191,6 @@
                                         "Additional_setup_on_") + " " +
                                         oneSchema.getClass().getName());
 
-            //For now, we actually call both since the idea is that one or
-            //the other will be implemented
-            oneSchema.otherSetup((Page)null, dbName);
             oneSchema.otherSetup(theLog, dbName);
         }
 


More information about the cvs mailing list