Commit 302ce170 authored by Phillip Webb's avatar Phillip Webb

Remove "fully leaded" colloquialism

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

See gh-2272
parent ad69a1ae
......@@ -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
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment