Skip to content

Commit a7b8c54

Browse files
committed
Fixed javadoc.
1 parent a1f5112 commit a7b8c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/javadiscord/javabot/data/h2db/DbActions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public static long count(String query) {
127127
/**
128128
* Convenience method similar to {@link DbActions#count(String, StatementModifier)}
129129
* which allows for getting the count from a query using simple string
130-
* formatting instead of
130+
* formatting instead of having to define a statement modifier.
131131
* <p>
132132
* <strong>WARNING</strong>: This method should NEVER be called with
133133
* user-provided data.

0 commit comments

Comments
 (0)