mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-17 02:23:26 +00:00
refactor: sanitize javadoc
This commit is contained in:
@@ -35,7 +35,6 @@ import lombok.extern.slf4j.Slf4j;
|
||||
/**
|
||||
* A mock database manager -- Fetches data from a raw file.
|
||||
*
|
||||
* @author swaisuan
|
||||
*/
|
||||
@Slf4j
|
||||
public class DataFetcher {
|
||||
|
||||
@@ -30,7 +30,6 @@ import java.util.List;
|
||||
/**
|
||||
* A middle-layer app that calls/passes along data from the back-end.
|
||||
*
|
||||
* @author swaisuan
|
||||
*/
|
||||
public class World {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user