We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c61620 commit 3074126Copy full SHA for 3074126
java/coherence-cli-test-ge/src/main/java/com/oracle/coherence/cli/testing/ge/RegisterMockCWebMBean.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2021 Oracle and/or its affiliates.
+ * Copyright (c) 2021, 2025 Oracle and/or its affiliates.
3
* Licensed under the Universal Permissive License v 1.0 as shown at
4
* https://oss.oracle.com/licenses/upl.
5
*/
@@ -224,5 +224,13 @@ public void resetStatistics() {
224
@Override
225
public void clearStoredConfiguration() {
226
}
227
+
228
+ // required for 14.1.2.0.4
229
+ public void setSessionDebugLogging(boolean fDebug) {
230
+ }
231
232
+ public boolean isSessionDebugLogging() {
233
+ return false;
234
235
236
0 commit comments