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

Commit 35358d9

Browse files
committed
final
1 parent 623e0f2 commit 35358d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/kttdevelopment/simplehttpserver/SimpleHttpExchangeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @author Ktt Development
2222
*/
2323
@SuppressWarnings("SpellCheckingInspection")
24-
class SimpleHttpExchangeImpl extends SimpleHttpExchange {
24+
final class SimpleHttpExchangeImpl extends SimpleHttpExchange {
2525

2626
private final HttpServer httpServer;
2727
private final HttpExchange httpExchange;

0 commit comments

Comments
 (0)