mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-15 12:10:21 +00:00
[AB-199] adding build of sources and javadoc
fixing javadoc as various places adding release plugin adding developer connection to scm updating release pipeline to new action versions
This commit is contained in:
@@ -28,7 +28,8 @@ public interface MuteManagementService {
|
||||
|
||||
/**
|
||||
* Finds the mute from the database by the given ID.
|
||||
* @param muteId The id of the mute to search for
|
||||
* @param muteId The ID of the mute to search for
|
||||
* @param serverId The ID of the server to retrieve the {@link Mute mute} in
|
||||
* @return An optional containing a {@link Mute} if the ID exists, and null otherwise
|
||||
*/
|
||||
Optional<Mute> findMuteOptional(Long muteId, Long serverId);
|
||||
|
||||
Reference in New Issue
Block a user