Remove "fully leaded" colloquialism

Update IntegrationTest Javadoc to remove the "fully leaded"
colloquialism.

See gh-2272
This commit is contained in:
Phillip Webb
2015-01-02 10:46:02 -08:00
parent ad69a1aec9
commit 302ce17092

View File

@@ -31,8 +31,9 @@ import org.springframework.test.context.support.DirtiesContextTestExecutionListe
import org.springframework.test.context.transaction.TransactionalTestExecutionListener;
/**
* Test class annotation signifying that the tests are integration tests (and therefore
* require an application to startup "fully leaded" and listening on its normal ports).
* Test class annotation signifying that the tests are "integration tests" and therefore
* require full startup in the same way as a production application (listening on normal
* ports).
*
* @author Dave Syer
*/