From 302ce170929e81c8419c84f339fc296b25ac34bc Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 2 Jan 2015 10:46:02 -0800 Subject: [PATCH] Remove "fully leaded" colloquialism Update IntegrationTest Javadoc to remove the "fully leaded" colloquialism. See gh-2272 --- .../java/org/springframework/boot/test/IntegrationTest.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spring-boot/src/main/java/org/springframework/boot/test/IntegrationTest.java b/spring-boot/src/main/java/org/springframework/boot/test/IntegrationTest.java index 4b55cb7cd5..d16e3759be 100644 --- a/spring-boot/src/main/java/org/springframework/boot/test/IntegrationTest.java +++ b/spring-boot/src/main/java/org/springframework/boot/test/IntegrationTest.java @@ -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 */