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

Commit 8f5b0fc

Browse files
committed
Remove unused
1 parent 7cec061 commit 8f5b0fc

File tree

2 files changed

+1
-78
lines changed

2 files changed

+1
-78
lines changed

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

Lines changed: 0 additions & 77 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public final HttpSessionHandler getHttpSessionHandler(){
116116
}
117117

118118
@Override
119-
public HttpSession getHttpSession(final HttpExchange exchange){
119+
public final HttpSession getHttpSession(final HttpExchange exchange){
120120
return sessionHandler.getSession(exchange);
121121
}
122122

0 commit comments

Comments
 (0)