diff --git a/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/annotation/SpanTagAnnotationHandlerTests.java b/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/annotation/SpanTagAnnotationHandlerTests.java index b76890fc2..6bde25dc2 100644 --- a/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/annotation/SpanTagAnnotationHandlerTests.java +++ b/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/annotation/SpanTagAnnotationHandlerTests.java @@ -71,7 +71,7 @@ public class SpanTagAnnotationHandlerTests { fail("Annotation was not SleuthSpanTag"); } } - + @Test public void shouldReturnArgumentToString() throws NoSuchMethodException, SecurityException { Method method = AnnotationMockClass.class.getMethod("getAnnotationForArgumentToString", Long.class); @@ -83,7 +83,7 @@ public class SpanTagAnnotationHandlerTests { fail("Annotation was not SleuthSpanTag"); } } - + protected class AnnotationMockClass { // tag::resolver_bean[]