We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7cd1d commit df0d23bCopy full SHA for df0d23b
mug-guava/src/main/java/com/google/mu/safesql/SafeSql.java
@@ -979,7 +979,7 @@ public <T> Stream<T> queryLazily(
979
* }
980
* }</pre>
981
*
982
- * <pYou can also map the result rows to Java Beans, similar to {@link #query(Connection, Class)}.
+ * <p>You can also map the result rows to Java Beans, similar to {@link #query(Connection, Class)}.
983
984
* @throws UncheckedSqlException wraps {@link SQLException} if failed
985
* @since 8.7
0 commit comments