Update @SpringApplicationConfiguration after comment in 3e6c1b

This commit is contained in:
Dave Syer
2013-11-28 15:45:57 +00:00
parent 259e6a6ec1
commit 131cfd6114

View File

@@ -38,11 +38,6 @@ import org.springframework.test.context.ContextConfiguration;
@Target(ElementType.TYPE)
public @interface SpringApplicationConfiguration {
/**
* @see ContextConfiguration#value()
*/
String[] value() default {};
/**
* @see ContextConfiguration#locations()
*/