We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a540a99 commit df6cb51Copy full SHA for df6cb51
http-generator-core/src/main/java/io/avaje/http/generator/core/MethodReader.java
@@ -75,7 +75,7 @@ public class MethodReader {
75
initWebMethodViaAnnotation();
76
77
this.superMethods =
78
- ctx.getSuperMethods(element.getEnclosingElement(), element.toString().replace("()", ""));
+ ctx.getSuperMethods(element.getEnclosingElement(), element.getSimpleName().toString());
79
80
this.apiResponses = getApiResponses();
81
this.javadoc =
0 commit comments