Remove "fully leaded" colloquialism

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

See gh-2272
pull/1991/head
Phillip Webb 10 years ago
parent ad69a1aec9
commit 302ce17092

@ -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
*/

Loading…
Cancel
Save