Skip to content
Snippets Groups Projects
Commit 48149aed authored by Jesper's avatar Jesper
Browse files

[cleanup] Tidying

parent a75a8ce2
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ aspect JragCodeGen {
} else if (n instanceof org.jastadd.jrag.AST.ASTBlock) {
// Do not emit refined implementations.
} else {
if (!obj.comments.equals("")) {
if (!obj.comments.isEmpty()) {
out.print(obj.comments + " ");
}
out.print(obj.modifiers());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment