Skip to content

Commit fd76107

Browse files
committed
javadoc update
1 parent df9b9a0 commit fd76107

File tree

1 file changed

+6
-7
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator/utils

1 file changed

+6
-7
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -874,9 +874,9 @@ private void createPV() throws Exception {
874874
/**
875875
* Verify domain server pods get restarted after a property change.
876876
*
877-
* @param oldPropertyString
878-
* @param newPropertyString
879-
* @throws Exception
877+
* @param oldPropertyString - the old property value
878+
* @param newPropertyString - the new property value
879+
* @throws Exception - IOException or errors occurred if the tested server is not restarted
880880
*/
881881
public void verifyDomainServerPodRestart(String oldPropertyString, String newPropertyString)
882882
throws Exception {
@@ -969,13 +969,12 @@ public void findServerPropertyChange(String changedProperty, String serverName)
969969
}
970970

971971
/**
972-
* verify domain server pods get restarted after the property change by kubectl apply -f new
973-
* domain yaml file with added/changed property
972+
* Verify domain server pods get restarted after the property change by kubectl apply -f new
973+
* domain yaml file with added/changed property.
974974
*
975975
* @param fileNameWithChangedProperty - the fragment of domain yaml file with new added property
976976
* change
977-
* @throws Exception - IOException when file is copied or errors occurred if the tested server is
978-
* not restarted
977+
* @throws Exception - IOException or errors occurred if the tested server is not restarted
979978
*/
980979
public void verifyDomainServerPodRestart(String fileNameWithChangedProperty) throws Exception {
981980
logger.info("Inside testDomainServerPodRestart domainYamlWithChangedProperty");

0 commit comments

Comments
 (0)