[AB-xx] fixing javadoc

This commit is contained in:
Sheldan
2022-10-16 13:16:50 +02:00
parent ce90370b9c
commit e6802a0851
15 changed files with 26 additions and 26 deletions

View File

@@ -34,7 +34,7 @@ import java.util.concurrent.CompletableFuture;
/**
* Closes the mod mail thread: logs the messages to the log post target, if the feature has the appropriate
* {@link dev.sheldan.abstracto.core.config.FeatureMode}, deletes the {@link net.dv8tion.jda.api.entities.MessageChannel}.
* {@link dev.sheldan.abstracto.core.config.FeatureMode}, deletes the message channel.
* This command takes an optional parameter, the note, which will be replaced with a default value, if not present
*/
@Component

View File

@@ -21,7 +21,7 @@ public class ModMailCategoryDelayedAction implements DelayedAction {
/**
* Sets the config key of MODMAIL_CATEGORY to the given category ID contained in the {@link DelayedActionConfig}
* @param delayedActionConfig An instance of {@link ModMailCategoryDelayedActionConfig} containing the ID
* of the {@link net.dv8tion.jda.api.entities.Category} and the ID of the
* of the category and the ID of the
* {@link net.dv8tion.jda.api.entities.Guild} to change
*/
@Override