Skip to content

Commit 247d2b2

Browse files
author
Stephan Wald
authored
Update SSLServerExample.java
1 parent f0731eb commit 247d2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/example/SSLServerExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static void main( String[] args ) throws Exception {
5050

5151
// load up the key store
5252
String STORETYPE = "JKS";
53-
String KEYSTORE = "D:\\GitHub\\Java-WebSocket\\src\\main\\example\\keystore.jks";
53+
String KEYSTORE = "keystore.jks";
5454
String STOREPASSWORD = "storepassword";
5555
String KEYPASSWORD = "keypassword";
5656

0 commit comments

Comments
 (0)