Reorder method / field modifiers (#619)

* Reorder method / field modifiers

* Reorder method / field modifiers v2
This commit is contained in:
Gustl22
2018-12-14 19:38:54 +01:00
committed by Emux
parent d806d6bcca
commit c984eae2d5
13 changed files with 149 additions and 149 deletions

View File

@@ -51,7 +51,7 @@ public class GeocoderNominatim {
init(context, Locale.getDefault());
}
static public boolean isPresent() {
public static boolean isPresent() {
return true;
}