Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 63aa926

Browse files
committed
cleanup
1 parent e35aa59 commit 63aa926

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/kttdevelopment/simplehttpserver/handler/ThrottledHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public class ThrottledHandler implements HttpHandler {
3535
* @since 03.03.00
3636
* @author Ktt Development
3737
*/
38+
@SuppressWarnings("ClassEscapesDefinedScope") // class is required for throttler to function, scope is locked to this package only; ignore visibility error
3839
public ThrottledHandler(final HttpHandler handler, final ConnectionThrottler throttler){
3940
this.handler = handler;
4041
this.throttler = throttler;

0 commit comments

Comments
 (0)