Skip to content

Commit 3025828

Browse files
committed
more documentation
1 parent 9223de2 commit 3025828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public class SitConfigTests {
8585
private final String adminPassword;
8686

8787
/**
88-
* @param args the args should include a minimum of these values administration server host,
88+
* @param args the args should include a minimum of these values - administration server host,
8989
* administration server port, administration server user name and administration server
9090
* password. When testCustomSitConfigOverridesForJdbc test is run it expects an additional
9191
* argument JDBC URL.
@@ -106,7 +106,7 @@ public static void main(String args[]) throws Exception {
106106

107107
if (testName.equals("testCustomSitConfigOverridesForDomain")) {
108108
// the values passed to these verify methods are the attribute values overrrideen in the
109-
// config.xml
109+
// config.xml. These are just randomly chosen attributes and values to override
110110
test.verifyDebugFlagJMXCore(true);
111111
test.verifyDebugFlagServerLifeCycle(true);
112112
test.verifyMaxMessageSize(78787878);

0 commit comments

Comments
 (0)