Skip to content

Commit e2a54ab

Browse files
committed
Correct javadoc in forms repository
1 parent 2ddea7d commit e2a54ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/discordjug/javabot/systems/staff_commands/forms/dao/FormsRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public void insertForm(@NonNull FormData data) {
217217
/**
218218
* Add a user form submission to the database.
219219
*
220-
* @param user user to log
220+
* @param user the user who submitted the form
221221
* @param form form to log on
222222
* @param message message containing details about this user's submission
223223
*/

0 commit comments

Comments
 (0)