Skip to content

Commit a519c55

Browse files
committed
code cleanup
1 parent aad53ab commit a519c55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

operator/src/main/java/oracle/kubernetes/operator/wlsconfig/WlsServerConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public Integer getSslListenPort() {
6868
* @return True if the SSL listen port should be enabled, false otherwise
6969
*/
7070
public boolean isSslPortEnabled() {
71-
boolean s = sslListenPort != null;
7271
return sslListenPort != null;
7372
}
7473

0 commit comments

Comments
 (0)