Skip to content

Commit eaaa54b

Browse files
committed
allow public access to the NoRequestMappingAnnotation visitor.
1 parent c826655 commit eaaa54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/openrewrite/java/spring/NoRequestMappingAnnotation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected TreeVisitor<?, ExecutionContext> getSingleSourceApplicableTest() {
6969
}
7070

7171
@Override
72-
protected TreeVisitor<?, ExecutionContext> getVisitor() {
72+
public TreeVisitor<?, ExecutionContext> getVisitor() {
7373
return new NoRequestMappingAnnotationVisitor();
7474
}
7575

0 commit comments

Comments
 (0)