Javadoc fix.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2820 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2010-08-27 08:46:59 +00:00
parent 9d6ba1f4ee
commit 65b4ca226e
@@ -648,6 +648,6 @@ public class JDBCUtil
", col=" + column + "].");
}
/** Used by {@link #makeCollectingConnection}. */
/** Used by {@link #makeCollector}. */
protected static final Class<?>[] PROXY_IFACES = { Connection.class };
}