refactor: sanitize javadoc

This commit is contained in:
Ilkka Seppälä
2024-05-23 18:40:52 +03:00
parent 7273c242b6
commit 8389456532
204 changed files with 127 additions and 337 deletions
@@ -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 {