Skip to content

Commit

Permalink
I think... I think it's done. (for real)
Browse files Browse the repository at this point in the history
  • Loading branch information
YTG1234 committed Nov 1, 2020
1 parent 854e6a5 commit d3eecff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void visitToken(DetailAST ast) {
modifier.findFirstToken(TokenTypes.IDENT).getText().contains("ModifyVariable")) {
foundMixinMethod = true;
}
if (modifier.findFirstToken(TokenTypes.IDENT).getText().equals("FromModule")) {
if (modifier.findFirstToken(TokenTypes.IDENT).getText().contains("FromModule")) {
foundFromModule = true;
}
modifier = modifier.getNextSibling();
Expand Down

0 comments on commit d3eecff

Please sign in to comment.