Improve code / xml formatting, #54

This commit is contained in:
Emux
2016-07-12 19:25:33 +03:00
parent e793e8851b
commit 43ca550832
133 changed files with 2803 additions and 2791 deletions

View File

@@ -23,14 +23,14 @@ public class Polygon extends Geometry<LineString> {
public final native LineString getExteriorRing()/*-{
return this[0];
}-*/;
}-*/;
public final native LineString getRing(int i) /*-{
return this[i];
}-*/;
}-*/;
public final native int getNumRings() /*-{
return this.length;
}-*/;
return this.length;
}-*/;
}