Code cleanup

This commit is contained in:
drdev
2014-05-10 22:20:50 +00:00
parent abd337a4f8
commit 4f59dfd0b8

View File

@@ -422,7 +422,7 @@ public class TextRenderer {
protected float x, y, w, h;
protected int lineNum;
protected final boolean inReminderText;
protected final static float ALPHA_COMPOSITE = 0.5f;
protected static final float ALPHA_COMPOSITE = 0.5f;
protected Piece(boolean inReminderText0) {
inReminderText = inReminderText0;