Skip to content

Commit 2aed1a9

Browse files
committed
fix javadoc
1 parent d108ae1 commit 2aed1a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITSitConfig.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ public static void staticUnPrepare() throws Exception {
117117
*
118118
* <p>The test checks the overridden config.xml attributes connect-timeout, max-message-size,
119119
* restart-max, JMXCore and ServerLifeCycle debug flags, the T3Channel public address. The
120-
* overridden are verified against the ServerConfig MBean tree. It does not verifies whether the
121-
* overridden values are applied to the runtime.
120+
* overridden values are verified against the ServerConfig MBean tree. It does not verifies
121+
* whether the overridden values are applied to the runtime.
122122
*
123123
* @throws Exception when the assertion fails due to unmatched values
124124
*/
@@ -146,9 +146,9 @@ public void testCustomSitConfigOverridesForDomain() throws Exception {
146146
/**
147147
* This test covers custom configuration override use cases for config.xml for managed server.
148148
*
149-
* <p>The test checks the overridden config.xml attributes max-message-size. The overridden are
150-
* verified against the ServerConfig MBean tree. It does not verifies whether the overridden
151-
* values are applied to the runtime.
149+
* <p>The test checks the overridden config.xml server template attribute max-message-size. The
150+
* overridden values are verified against the ServerConfig MBean tree. It does not verifies
151+
* whether the overridden values are applied to the runtime.
152152
*
153153
* @throws Exception when the assertion fails due to unmatched values
154154
*/

0 commit comments

Comments
 (0)