Skip to content

Commit aacdd0e

Browse files
minor javadoc format change
1 parent d4ff61a commit aacdd0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public static void staticUnPrepare() throws Exception {
7272

7373
/**
7474
* Modify the domain scope env property on the domain resource using kubectl apply -f domain.yaml
75-
* Verify that all the server pods in the domain got re-started The property tested is: env:
75+
* Verify that all the server pods in the domain got re-started. The property tested is: env:
7676
* "-Dweblogic.StdoutDebugEnabled=false"--> "-Dweblogic.StdoutDebugEnabled=true"
7777
*
7878
* @throws Exception
@@ -95,7 +95,7 @@ public void testServerPodsRestartByChangingEnvProperty() throws Exception {
9595

9696
/**
9797
* Modify the domain scope property on the domain resource using kubectl apply -f domain.yaml
98-
* Verify that all the server pods in the domain got re-started The property tested is:
98+
* Verify that all the server pods in the domain got re-started. The property tested is:
9999
* logHomeEnabled: true --> logHomeEnabled: false
100100
*
101101
* @throws Exception
@@ -117,7 +117,7 @@ public void testServerPodsRestartByChangingLogHomeEnabled() throws Exception {
117117

118118
/**
119119
* Modify the domain scope property on the domain resource using kubectl apply -f domain.yaml
120-
* Verify that all the server pods in the domain got re-started The property tested is:
120+
* Verify that all the server pods in the domain got re-started. The property tested is:
121121
* imagePullPolicy: IfNotPresent --> imagePullPolicy: Never
122122
*
123123
* @throws Exception
@@ -140,7 +140,7 @@ public void testServerPodsRestartByChangingImagePullPolicy() throws Exception {
140140

141141
/**
142142
* Modify the domain scope property on the domain resource using kubectl apply -f domain.yaml
143-
* Verify that all the server pods in the domain got re-started The property tested is:
143+
* Verify that all the server pods in the domain got re-started. The property tested is:
144144
* includeServerOutInPodLog: true --> includeServerOutInPodLog: false
145145
*
146146
* @throws Exception
@@ -163,7 +163,7 @@ public void testServerPodsRestartByChangingIncludeServerOutInPodLog() throws Exc
163163

164164
/**
165165
* Modify the domain scope property on the domain resource using kubectl apply -f domain.yaml
166-
* Verify that all the server pods in the domain got re-started The property tested is: image:
166+
* Verify that all the server pods in the domain got re-started .The property tested is: image:
167167
* "store/oracle/weblogic:12.2.1.3" --> image: "store/oracle/weblogic:duplicate"
168168
*
169169
* @throws Exception

0 commit comments

Comments
 (0)