OPEN - issue BATCH-1336: Ping bamboo

This commit is contained in:
dsyer
2009-07-12 17:06:37 +00:00
parent 0afd2555e6
commit 0bc64d4176

View File

@@ -78,7 +78,7 @@ import org.springframework.util.StringUtils;
* Notice a property is available to set the {@link SystemExiter}. This class is
* used to exit from the main method, rather than calling System.exit()
* directly. This is because unit testing a class the calls System.exit() is
* impossible without kicking off the test within a new Jvm, which it is
* impossible without kicking off the test within a new JVM, which it is
* possible to do, however it is a complex solution, much more so than
* strategizing the exiter.
* </p>