Update @SpringApplicationConfiguration after comment in 3e6c1b

pull/138/head
Dave Syer 11 years ago
parent 259e6a6ec1
commit 131cfd6114

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

Loading…
Cancel
Save