]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5943: Tweaks to several comments.
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 29 Mar 2013 02:26:20 +0000 (19:26 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 29 Mar 2013 02:26:20 +0000 (19:26 -0700)
services/common/src/main/java/org/collectionspace/services/common/storage/PreparedStatementBuilder.java

index 756517a32750e0b003a438a99779edfb067e7e39..8ceddafc7d93fbb04c406e3bc75e33adffdc7915 100644 (file)
@@ -62,10 +62,10 @@ public class PreparedStatementBuilder
 
     /**
      * Build a PreparedStatement by obtaining it from a JDBC Connection,
-     * then applying setup directives.
+     * then applying setup directives before returning it.
      * 
      * @param conn a JDBC connection
-     * @return a JDBC PreparedStatement, with any 
+     * @return a JDBC PreparedStatement, with setup directives, if any, applied. 
      * @throws SQLException 
      */
     public PreparedStatement build(final Connection conn)