Skip to content

Commit 626534b

Browse files
committed
Correct Checkstyle
1 parent e6f2bd2 commit 626534b

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -446,11 +446,9 @@ public void testSecondOpSharingSameExternalRestPortNegativeInstall() throws Exce
446446
* Initialize the operator with elkIntegrationEnabled attribute set to "true".
447447
* Install the operator.
448448
* Installation should fail as elkIntegrationEnabled is supposed to be boolean.
449-
*
450-
* Initialize the operator with javaLoggingLevel attribute set to "VERBOSE".
449+
* Initialize the operator with javaLoggingLevel attribute set to "VERBOSE".
451450
* Install the operator.
452451
* Installation should fail as VERBOSE is not a valid value for javaLoggingLevel
453-
*
454452
* @throws Exception when operator installation does not fail
455453
*/
456454
@Test
@@ -533,7 +531,7 @@ public void testCreateWithMissingTargetDomainInstall() throws Exception {
533531
/**
534532
* Install the operator with empty string as target domains namespaces
535533
* This is equivalent of QuickStart guide does when it installs the operator
536-
* with ' --set "domainNamespaces={}" '
534+
* with ' --set "domainNamespaces={}" '.
537535
*
538536
* @throws Exception when operator pod is not ready
539537
*/
@@ -567,8 +565,7 @@ public void testCreateWithEmptyTargetDomainInstall() throws Exception {
567565
* Upgrade the operator target domainNamespaces to include namespace for domain2
568566
* Verify both domains are managed by the operator by making a REST API call
569567
* Call helm upgrade to remove the first domain from operator target domainNamespaces
570-
* Verify it can't be managed by operator anymore
571-
*
568+
* Verify it can't be managed by operator anymore.
572569
* @throws Exception when an operator fails to manage the domain as expected
573570
*/
574571
@Test
@@ -631,10 +628,9 @@ public void testAddRemoveDomainUpdateOperatorHC() throws Exception {
631628
/**
632629
* Create operator and verify it is deployed successfully
633630
* Create domain1 and verify domain is started
634-
* Delete operator
635-
* Make sure domain1 is still accessible by checking livenessprobe for server(s)
636-
*
637-
* @throws Exception when domain1 is not accessible in the absense of operator
631+
* Delete operator.
632+
* Make sure domain1 is still accessible by checking liveness probe for server(s)
633+
* @throws Exception when domain1 is not accessible in the absence of operator
638634
*/
639635
@Test
640636
public void testDeleteOperatorButNotDomain() throws Exception {

0 commit comments

Comments
 (0)