refactor 'final static' to 'static final' convention
This commit is contained in:
@@ -77,7 +77,7 @@ public class IosPaint implements Paint {
|
||||
private String lastText = "";
|
||||
private float descent;
|
||||
private float fontHeight;
|
||||
private final static HashMap<String, UIFont> fontHashMap = new HashMap<>();
|
||||
private static final HashMap<String, UIFont> fontHashMap = new HashMap<>();
|
||||
|
||||
float strokeWidth;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user