Skip to content

Commit 068c2b9

Browse files
author
emmanue1
committed
Update comments
1 parent ca1dec9 commit 068c2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jd/core/v1/service/converter/classfiletojavasyntax/util/StatementMaker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public Statements make(ControlFlowGraph cfg) {
9494
statements.accept(MERGE_TRY_WITH_RESOURCES_STATEMENT_VISITOR);
9595
}
9696

97-
// Replace pattern "local_var_2 = ...; return local_var_2;" with "return ...;"
97+
// Replace pattern "synthetic_local_var = ...; return synthetic_local_var;" with "return ...;"
9898
statements.accept(removeBinaryOpReturnStatementsVisitor);
9999

100100
// Remove last 'return' statement

0 commit comments

Comments
 (0)