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

Commit f4852bf

Browse files
authored
Update SimpleHttpsServerImpl.java
1 parent ea0f2d7 commit f4852bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @version 03.04.00
1717
* @author Ktt Development
1818
*/
19-
final public class SimpleHttpsServerImpl extends SimpleHttpsServer {
19+
final class SimpleHttpsServerImpl extends SimpleHttpsServer {
2020

2121
private final HttpsServer server = HttpsServer.create();
2222

0 commit comments

Comments
 (0)