mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-04 06:19:47 +00:00
refactor: sanitize javadoc
This commit is contained in:
@@ -32,7 +32,6 @@ import lombok.extern.slf4j.Slf4j;
|
||||
/**
|
||||
* A class to keep track of the counter of different Tenants.
|
||||
*
|
||||
* @author drastogi
|
||||
*/
|
||||
@Slf4j
|
||||
public final class CallsCount {
|
||||
|
||||
@@ -30,7 +30,6 @@ import java.util.TimerTask;
|
||||
|
||||
/**
|
||||
* Implementation of throttler interface. This class resets the counter every second.
|
||||
* @author drastogi
|
||||
*
|
||||
*/
|
||||
public class ThrottleTimerImpl implements Throttler {
|
||||
|
||||
@@ -26,7 +26,6 @@ package com.iluwatar.throttling.timer;
|
||||
|
||||
/**
|
||||
* An interface for defining the structure of different types of throttling ways.
|
||||
* @author drastogi
|
||||
*
|
||||
*/
|
||||
public interface Throttler {
|
||||
|
||||
Reference in New Issue
Block a user