We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
org.openrewrite.rpc.RpcRecipe.getTags
1 parent e07aadb commit faf98fdCopy full SHA for faf98fd
1 file changed
rewrite-core/src/main/java/org/openrewrite/rpc/RpcRecipe.java
@@ -64,8 +64,10 @@ public String getDescription() {
64
return descriptor.getDescription();
65
}
66
67
- @Getter
68
- final Set<String> tags = descriptor.getTags();
+ @Override
+ public Set<String> getTags() {
69
+ return descriptor.getTags();
70
+ }
71
72
@Override
73
public @Nullable Duration getEstimatedEffortPerOccurrence() {
0 commit comments