Skip to content

Commit e1b2c5e

Browse files
committed
save
1 parent 3b9b0b9 commit e1b2c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.core/src/net/sf/j2s/core/astvisitors/ASTKeywordVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1861,7 +1861,7 @@ private void addNumericTypedExpression(Expression left, IVariableBinding varBind
18611861
buffer.append(op);
18621862
}
18631863
if (!boxingNode(right, fromChar) && fromChar && !toChar)
1864-
buffer.append(CHARCODEAT0);
1864+
buffer.append(CHARCODEAT0);
18651865
if (extendedOperands != null) {
18661866
addExtendedOperands(extendedOperands, op, ' ', ' ', false);
18671867
}

0 commit comments

Comments
 (0)