Improve code / xml formatting, closes #54
This commit is contained in:
@@ -20,15 +20,15 @@ import com.google.gwt.core.client.JavaScriptObject;
|
||||
|
||||
public abstract class GeoJsonObject extends JavaScriptObject {
|
||||
|
||||
protected GeoJsonObject() {
|
||||
protected GeoJsonObject() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public final native double[] getBbox()/*-{
|
||||
return bbox;
|
||||
public final native double[] getBbox()/*-{
|
||||
return bbox;
|
||||
}-*/;
|
||||
|
||||
public final native void setBbox(double[] bbox) /*-{
|
||||
this.bbox = bbox;
|
||||
public final native void setBbox(double[] bbox) /*-{
|
||||
this.bbox = bbox;
|
||||
}-*/;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user