mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 08:59:01 +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
|
||||
|
||||
Reference in New Issue
Block a user