Merge branch '1.3.x'

This commit is contained in:
Marcin Grzejszczak
2018-04-06 22:39:55 +02:00

View File

@@ -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[]