Skip to content

Commit 164940f

Browse files
committed
fix formatting
1 parent 162b453 commit 164940f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ public void testCustomSitConfigOverridesForDomain() throws Exception {
141141
testCompletedSuccessfully = true;
142142
logger.log(Level.INFO, "SUCCESS - {0}", testMethod);
143143
}
144-
145-
144+
146145
/**
147146
* This test covers custom configuration override use cases for config.xml.
148147
*

integration-tests/src/test/resources/sitconfig/java/SitConfigTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static void main(String args[]) throws Exception {
8989
String adminHost = args[0];
9090
String adminPort = args[1];
9191
String adminUser = args[2];
92-
String adminPassword = args[3];
92+
String adminPassword = args[3];
9393
String testName = args[4];
9494

9595
SitConfigTests test = new SitConfigTests(adminHost, adminPort, adminUser, adminPassword);
@@ -108,7 +108,7 @@ public static void main(String args[]) throws Exception {
108108
test.verifyT3ChannelPublicAddress(adminHost);
109109
test.verifyT3ChannelPublicPort(30091);
110110
}
111-
111+
112112
if (testName.equals("testCustomSitConfigOverridesForDomainMS")) {
113113
// the values passed to these verify methods are the attribute values overrrideen in the
114114
// config.xml. These are just randomly chosen attributes and values to override
@@ -582,7 +582,7 @@ protected WLDFSystemResourceMBean getWLDFSystemModule(String resourceName) {
582582
return wldfResource;
583583
}
584584

585-
private void connectToManagedServer(String serverName) throws Exception {
585+
private void connectToManagedServer(String serverName) throws Exception {
586586
ServerMBean[] servers = runtimeServiceMBean.getDomainConfiguration().getServers();
587587
try {
588588
for (ServerMBean server : servers) {

0 commit comments

Comments
 (0)