refactor 'final static' to 'static final' convention

This commit is contained in:
Gustl22
2018-12-06 21:06:04 +01:00
parent 62132937da
commit 70dd6554c3
110 changed files with 306 additions and 306 deletions

View File

@@ -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;