We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f5112 commit a7b8c54Copy full SHA for a7b8c54
src/main/java/net/javadiscord/javabot/data/h2db/DbActions.java
@@ -127,7 +127,7 @@ public static long count(String query) {
127
/**
128
* Convenience method similar to {@link DbActions#count(String, StatementModifier)}
129
* which allows for getting the count from a query using simple string
130
- * formatting instead of
+ * formatting instead of having to define a statement modifier.
131
* <p>
132
* <strong>WARNING</strong>: This method should NEVER be called with
133
* user-provided data.
0 commit comments