mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-16 04:21:49 +00:00
[AB-xx] fixing javadoc
This commit is contained in:
@@ -8,7 +8,7 @@ import lombok.Setter;
|
||||
|
||||
/**
|
||||
* This exception is thrown when a {@link net.dv8tion.jda.api.entities.Member} tries to set the mod mail category
|
||||
* via a command, and the new value does not qualify as a valid {@link net.dv8tion.jda.api.entities.Category}
|
||||
* via a command, and the new value does not qualify as a valid category
|
||||
* in the member executes the command in
|
||||
*/
|
||||
@Getter
|
||||
|
||||
@@ -17,7 +17,7 @@ import java.util.Optional;
|
||||
public interface ModMailThreadManagementService {
|
||||
|
||||
/**
|
||||
* Retrieves a {@link ModMailThread} found in the {@link net.dv8tion.jda.api.entities.MessageChannel} given by the ID of the channel
|
||||
* Retrieves a {@link ModMailThread} found in the message channel given by the ID of the channel
|
||||
* @param channelId The id of the channel to retrieve the {@link ModMailThread} for
|
||||
* @throws ChannelNotFoundException if an appropriate {@link AChannel} was not found
|
||||
* @return The instance of {@link ModMailThread} if it exists, null if none was found
|
||||
@@ -39,7 +39,7 @@ public interface ModMailThreadManagementService {
|
||||
ModMailThread getById(Long modMailThreadId);
|
||||
|
||||
/**
|
||||
* Retrieves a {@link ModMailThread} found in the {@link net.dv8tion.jda.api.entities.MessageChannel} given by the
|
||||
* Retrieves a {@link ModMailThread} found in the message channel given by the
|
||||
* {@link AChannel} object
|
||||
* @param channel The {@link AChannel} object to search a mod mail thread for
|
||||
* @return The found mod mail thread, or null if none was found
|
||||
|
||||
Reference in New Issue
Block a user