Skip to content

Commit 50f49e6

Browse files
committed
Update documentation.
1 parent 82cbdf3 commit 50f49e6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

kilo-client/src/main/java/org/httprpc/kilo/io/CSVEncoder.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ public CSVEncoder(List<String> keys) {
5656
/**
5757
* Associates a formatter with a type.
5858
*
59+
* @param <T>
60+
* The type to format.
61+
*
5962
* @param type
6063
* The type to format.
6164
*

kilo-client/src/main/java/org/httprpc/kilo/sql/QueryBuilder.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,6 +1416,9 @@ public int executeUpdate(PreparedStatement statement, Map<String, ?> arguments)
14161416
/**
14171417
* Returns a generated key.
14181418
*
1419+
* @param <T>
1420+
* The type of the generated key.
1421+
*
14191422
* @param index
14201423
* The index of the generated key.
14211424
*

0 commit comments

Comments
 (0)