refactor: sanitize javadoc

This commit is contained in:
Ilkka Seppälä
2024-05-23 18:40:52 +03:00
parent 7273c242b6
commit 8389456532
204 changed files with 127 additions and 337 deletions
@@ -36,7 +36,6 @@ import lombok.extern.slf4j.Slf4j;
/**
* This class implements the Event Queue pattern.
*
* @author mkuprivecz
*/
@Slf4j
public class Audio {
@@ -32,7 +32,6 @@ import lombok.Setter;
/**
* The Event Queue's queue will store the instances of this class.
*
* @author mkuprivecz
*/
@Getter
@AllArgsConstructor
@@ -35,7 +35,6 @@ import org.junit.jupiter.api.Test;
/**
* Testing the Audio service of the Queue
* @author mkuprivecz
*
*/
class AudioTest {