Skip to content

Commit df0d23b

Browse files
committed
fix javadoc typo
1 parent 1b7cd1d commit df0d23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mug-guava/src/main/java/com/google/mu/safesql/SafeSql.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ public <T> Stream<T> queryLazily(
979979
* }
980980
* }</pre>
981981
*
982-
* <pYou can also map the result rows to Java Beans, similar to {@link #query(Connection, Class)}.
982+
* <p>You can also map the result rows to Java Beans, similar to {@link #query(Connection, Class)}.
983983
*
984984
* @throws UncheckedSqlException wraps {@link SQLException} if failed
985985
* @since 8.7

0 commit comments

Comments
 (0)