Commit 131cfd61 authored by Dave Syer's avatar Dave Syer

Update @SpringApplicationConfiguration after comment in 3e6c1b

parent 259e6a6e
...@@ -38,11 +38,6 @@ import org.springframework.test.context.ContextConfiguration; ...@@ -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()
*/ */
......
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