Remove unknown tag from javadoc.

master
Sutra Zhou 2021-04-28 12:17:52 +08:00
parent 133106a15c
commit dba0ddb92c
2 changed files with 0 additions and 8 deletions

View File

@ -15,10 +15,6 @@ import java.util.concurrent.atomic.AtomicInteger;
/**
* @author linweisen
* @date Created in 2021/4/9 14:46
* @description${description}
* @modified By
* @version: 1.0
*/
public class DuplicateStorageRemover implements DuplicateRemover {

View File

@ -15,10 +15,6 @@ import java.io.IOException;
/**
* @author linweisen
* @date Created in 2021/4/9 14:38
* @description${description}
* @modified By
* @version: 1.0
*/
public class MmapQueueScheduler extends DuplicateRemovedScheduler {