Argh!

I left this import statement there intentionally as it is used by a spot in the code I had temporarily commented out. Anyway, "fixes" like this one will potentially make merging back from the release branch tough work for me. Maybe there is more harm than good in changes like these.

If you still feel you should apply fixes like these, please do so in the release branch in the future.

Thanks and cheers :)

Oliver

[EMAIL PROTECTED] wrote:
stefano 2004/02/09 21:51:23

Modified: src/stores/org/apache/slide/store/impl/rdbms JDBCStore.java
Log:
removing unused imports
Revision Changes Path
1.19 +4 -5 jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/JDBCStore.java
Index: JDBCStore.java
===================================================================
RCS file: /home/cvs/jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/JDBCStore.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- JDBCStore.java 7 Jan 2004 14:06:02 -0000 1.18
+++ JDBCStore.java 10 Feb 2004 05:51:23 -0000 1.19
@@ -73,7 +73,6 @@
import org.apache.commons.dbcp.PoolableConnectionFactory;
import org.apache.commons.dbcp.PoolingDriver;
import org.apache.commons.pool.impl.GenericObjectPool;
-import org.apache.commons.pool.impl.StackKeyedObjectPoolFactory;
import org.apache.slide.common.NamespaceAccessToken;
import org.apache.slide.common.ServiceInitializationFailedException;
import org.apache.slide.common.ServiceParameterErrorException;


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


.





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to