Skip to content

Commit

Permalink
remove unrelated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LoiNguyenCS committed Dec 7, 2023
1 parent 864fc8c commit b4ea9c5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ public Visitable visit(VariableDeclarator node, Void arg) {
@Override
public Visitable visit(MethodDeclaration method, Void p) {
String methodDeclAsString = method.getDeclarationAsString(false, false, false);
// The substring here is to remove the method's return type.
// TODO: test this with annotations
String methodName = this.classFQName + "#" + removeMethodReturnType(methodDeclAsString);
// this method belongs to an anonymous class inside the target method
Expand Down

0 comments on commit b4ea9c5

Please sign in to comment.