[cvs] expresso commit by lhamel: add comment
JCorporate Ltd
jcorp at jcorp2.servlets.net
Tue Oct 26 11:43:25 PDT 2004
Log Message:
-----------
add comment
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.52
retrieving revision 1.53
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.52 -r1.53
--- expresso-web/WEB-INF/src/com/jcorporate/expresso/core/utility/DBTool.java
+++ expresso-web/WEB-INF/src/com/jcorporate/expresso/core/utility/DBTool.java
@@ -2129,6 +2129,15 @@
oneSchema.getClass().getName());
oneSchema.otherSetup(theLog, dbName);
+
+ /*
+ call to Schema.otherSetup(String) until that method is removed after deprecation.
+ This otherSetup(String)
+ was previously called indirectly by a deprecated method, now removed.
+ The problem is that Schema.otherSetup(String) was not itself
+ deprecated previously (it now is), so end users did not have a
+ notification to move away in previous releases.
+ */
oneSchema.otherSetup(dbName);
}
More information about the cvs
mailing list