refactor 'final static' to 'static final' convention
This commit is contained in:
@@ -47,7 +47,7 @@ public class GeoJsonTileDecoder implements ITileDecoder {
|
||||
mapElement.layer = 5;
|
||||
}
|
||||
|
||||
final static LinkedHashMap<String, Object> mProperties = new LinkedHashMap<String, Object>(10);
|
||||
static final LinkedHashMap<String, Object> mProperties = new LinkedHashMap<String, Object>(10);
|
||||
|
||||
double mTileY, mTileX, mTileScale;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user