From: <one...@us...> - 2003-04-25 03:40:41
|
Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/ps In directory sc8-pr-cvs1:/tmp/cvs-serv29107/hibernate/ps Modified Files: PreparedStatementCache.java Log Message: JavaDoc refresh, including @author tags Index: PreparedStatementCache.java =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/ps/PreparedStatementCache.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** PreparedStatementCache.java 22 Feb 2003 06:42:07 -0000 1.7 --- PreparedStatementCache.java 25 Apr 2003 03:40:36 -0000 1.8 *************** *** 22,25 **** --- 22,26 ---- * A cache for <tt>PreparedStatement</tt> instances that is reasonably efficient for small * maximum cache sizes. + * @author Gavin King */ public final class PreparedStatementCache { |