Skip to content

Commit

Permalink
Minor: covariant override of copy() in JdkSSLEngineOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Feb 18, 2019
1 parent 10c6f90 commit 111b9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/vertx/core/net/JdkSSLEngineOptions.java
Expand Up @@ -79,7 +79,7 @@ public boolean equals(Object o) {
} }


@Override @Override
public SSLEngineOptions copy() { public JdkSSLEngineOptions copy() {
return new JdkSSLEngineOptions(); return new JdkSSLEngineOptions();
} }
} }

0 comments on commit 111b9aa

Please sign in to comment.