File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ public class DeleteFormSubcommand extends FormSubcommand implements AutoCompleta
3030 * The main constructor of this subcommand.
3131 *
3232 * @param formsRepo the forms repository
33- * @param botConfig
3433 * @param botConfig bot configuration
3534 */
3635 public DeleteFormSubcommand (FormsRepository formsRepo , BotConfig botConfig ) {
Original file line number Diff line number Diff line change 1515 */
1616public abstract class FormSubcommand extends Subcommand {
1717
18+ /**
19+ * Form ID field identificator used in form subcommands.
20+ */
1821 protected static final String FORM_ID_FIELD = "form-id" ;
1922 private final BotConfig botConfig ;
2023 private final FormsRepository formsRepository ;
2124
2225 /**
2326 * The main constructor.
2427 *
25- * @param formsRepo the forms repository
2628 * @param botConfig main bot configuration
29+ * @param formsRepository the forms repository
2730 */
2831 public FormSubcommand (BotConfig botConfig , FormsRepository formsRepository ) {
2932 this .botConfig = botConfig ;
You can’t perform that action at this time.
0 commit comments