File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
src/main/java/oracle/kubernetes/operator/wlsconfig Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,6 @@ public class WlsRetriever {
64
64
// wait time before retrying to read server configured for the cluster from admin server - default is 1s
65
65
private static final int READ_CONFIG_RETRY_MILLIS = Integer .getInteger ("read.config.retry.ms" , 1000 );
66
66
67
- // REST URL for starting a WebLogic edit session
68
- private static final String START_EDIT_SESSION_URL = "/management/weblogic/latest/edit/changeManager/startEdit" ;
69
-
70
- // REST URL for activating a WebLogic edit session
71
- private static final String ACTIVATE_EDIT_SESSION_URL = "/management/weblogic/latest/edit/changeManager/activate" ;
72
-
73
- // REST URL for canceling a WebLogic edit session
74
- private static final String CANCEL_EDIT_SESSION_URL = "/management/weblogic/latest/edit/changeManager/cancelEdit" ;
75
-
76
67
/**
77
68
* Constructor.
78
69
*
@@ -615,6 +606,5 @@ String connectAndGetServiceURL() {
615
606
616
607
}
617
608
}
618
-
619
-
609
+
620
610
}
You can’t perform that action at this time.
0 commit comments