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

@@ -119,7 +119,7 @@ abstract class Geometry implements Serializable {
/**
* Official UNKNOWN srid value
*/
final static int UNKNOWN_SRID = 0;
static final int UNKNOWN_SRID = 0;
/**
* The spacial reference system id of this geometry, default is no srid