Skip to content

Commit

Permalink
revert changes in AstComparator
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 committed Sep 29, 2024
1 parent a1cef6f commit ed53a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gumtree/spoon/AstComparator.java
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ public CtType<?> getCtType(String content, String filename) {
VirtualFile resource = new VirtualFile(content, filename);
return getCtType(resource);
}
}
}

0 comments on commit ed53a50

Please sign in to comment.