Skip to content

Commit 3074126

Browse files
author
Tim Middleton
authored
Fix C*Web test class (#351)
1 parent 7c61620 commit 3074126

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

java/coherence-cli-test-ge/src/main/java/com/oracle/coherence/cli/testing/ge/RegisterMockCWebMBean.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021 Oracle and/or its affiliates.
2+
* Copyright (c) 2021, 2025 Oracle and/or its affiliates.
33
* Licensed under the Universal Permissive License v 1.0 as shown at
44
* https://oss.oracle.com/licenses/upl.
55
*/
@@ -224,5 +224,13 @@ public void resetStatistics() {
224224
@Override
225225
public void clearStoredConfiguration() {
226226
}
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+
}
227235
}
228236
}

0 commit comments

Comments
 (0)