Skip to content

Commit c59ff62

Browse files
committed
Update Javadoc.
1 parent b2f1812 commit c59ff62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

httprpc-client/src/main/java/org/httprpc/sql/Parameters.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void apply(PreparedStatement statement, Map<String, ?> arguments) throws
7373
* A string containing the SQL to parse.
7474
*
7575
* @return
76-
* An {@link Parameters} instance containing the parsed SQL.
76+
* A {@link Parameters} instance containing the parsed SQL.
7777
*/
7878
public static Parameters parse(String sql) {
7979
if (sql == null) {
@@ -97,7 +97,7 @@ public static Parameters parse(String sql) {
9797
* A reader containing the SQL to parse.
9898
*
9999
* @return
100-
* An {@link Parameters} instance containing the parsed SQL.
100+
* A {@link Parameters} instance containing the parsed SQL.
101101
*
102102
* @throws IOException
103103
* If an exception occurs while reading the SQL statement.

0 commit comments

Comments
 (0)