Skip to content

Commit 785a279

Browse files
committed
JavaDoc: Less than 180 lines long class to simplify work with JDBC.
1 parent ce98d55 commit 785a279

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/SqlExecutor.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,10 @@ private <T> void assertEquals(T expected, T result) {
130130
}
131131

132132
/**
133-
* 170 lines long class to simplify working with JDBC.
133+
* Less than 180 lines long class to simplify work with JDBC.
134134
* Original source: <a href="https://github.com/pponec/DirectoryBookmarks/blob/development/utils/SqlExecutor.java">GitHub</a>
135+
* Licence: Apache License, Version 2.0
136+
* @author Pavel Ponec, https://github.com/pponec
135137
* @version 1.0.5
136138
*/
137139
static class SqlParamBuilder implements Closeable {

0 commit comments

Comments
 (0)