mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 08:58:26 +00:00
refactor: sanitize javadoc
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user