Skip to content

Commit 31f0d96

Browse files
committed
fix javadoc typo
1 parent df0d23b commit 31f0d96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -793,9 +793,7 @@ public SafeSql orElse(Supplier<SafeSql> fallback) {
793793
* .query(connection, String.class);
794794
* }</pre>
795795
*
796-
* <p>You can also map the result rows to Java Beans, like:
797-
*
798-
* <p>For example: <pre>{@code
796+
* <p>You can also map the result rows to Java Beans, for example: <pre>{@code
799797
* List<UserBean> users =
800798
* SafeSql.of("SELECT id, name FROM Users WHERE name LIKE '%{name}%'", name)
801799
* .query(connection, UserBean.class);

0 commit comments

Comments
 (0)