Polishing

This commit is contained in:
Sam Brannen
2015-05-22 21:37:50 +02:00
parent bbd3f902d0
commit 2e4dabb349
4 changed files with 18 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ import java.util.stream.Collectors;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import org.springframework.stereotype.Component;
import org.springframework.util.MultiValueMap;
@@ -570,7 +571,7 @@ public class AnnotatedElementUtilsTests {
}
/**
* Mock of {@link org.springframework.test.context.ContextConfiguration}.
* Mock of {@code org.springframework.test.context.ContextConfiguration}.
*/
@Retention(RetentionPolicy.RUNTIME)
@interface ContextConfig {