Skip to content

Commit 93cc911

Browse files
Update src/main/java/net/javadiscord/javabot/systems/help/dao/HelpAccountRepository.java
Co-authored-by: MoonTM <moontm@javadiscord.net>
1 parent a133066 commit 93cc911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/javadiscord/javabot/systems/help/dao/HelpAccountRepository.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ public Optional<HelpAccount> getByUserId(long userId) throws SQLException {
6969
}
7070

7171
/**
72-
* Gets as many Accounts as specified.
72+
* Gets a specified amount of {@link HelpAccount}s.
7373
*
7474
* @param page The page.
75-
* @param size The amount of account to return.
75+
* @param size The amount of {@link HelpAccount}s to return.
7676
* @return A {@link List} containing the specified amount of {@link HelpAccount}s.
7777
* @throws SQLException If an error occurs.
7878
*/

0 commit comments

Comments
 (0)