Skip to content

Commit c13f14a

Browse files
correct typo
1 parent e80477f commit c13f14a

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
@@ -71,7 +71,7 @@ public static void staticUnPrepare() throws Exception {
7171
}
7272

7373
/**
74-
* The properties tested is: env: "-Dweblogic.StdoutDebugEnabled=false"-->
74+
* The property tested is: env: "-Dweblogic.StdoutDebugEnabled=false"-->
7575
* "-Dweblogic.StdoutDebugEnabled=true"
7676
*
7777
* @throws Exception
@@ -94,7 +94,7 @@ public void testServerPodsRestartByChangingEnvProperty() throws Exception {
9494
}
9595

9696
/**
97-
* The properties tested is: logHomeEnabled: true --> logHomeEnabled: false
97+
* The property tested is: logHomeEnabled: true --> logHomeEnabled: false
9898
*
9999
* @throws Exception
100100
*/
@@ -116,7 +116,7 @@ public void testServerPodsRestartByChangingLogHomeEnabled() throws Exception {
116116
}
117117

118118
/**
119-
* The properties tested is: imagePullPolicy: IfNotPresent --> imagePullPolicy: Never
119+
* The property tested is: imagePullPolicy: IfNotPresent --> imagePullPolicy: Never
120120
*
121121
* @throws Exception
122122
*/
@@ -139,7 +139,7 @@ public void testServerPodsRestartByChangingImagePullPolicy() throws Exception {
139139
}
140140

141141
/**
142-
* The properties tested is: includeServerOutInPodLog: true --> includeServerOutInPodLog: false
142+
* The property tested is: includeServerOutInPodLog: true --> includeServerOutInPodLog: false
143143
*
144144
* @throws Exception
145145
*/
@@ -162,7 +162,7 @@ public void testServerPodsRestartByChangingIncludeServerOutInPodLog() throws Exc
162162
}
163163

164164
/**
165-
* The properties tested is: image: "store/oracle/weblogic:12.2.1.3" --> image:
165+
* The property tested is: image: "store/oracle/weblogic:12.2.1.3" --> image:
166166
* "store/oracle/weblogic:duplicate"
167167
*
168168
* @throws Exception

0 commit comments

Comments
 (0)