Skip to content

Commit

Permalink
Made changes to conform to Gradle stylechecks
Browse files Browse the repository at this point in the history
  • Loading branch information
MukundAnanthu committed Jun 2, 2017
1 parent 0c45fcc commit b89a2f9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@ public void onClick(DialogInterface dialog, int id) {
alert.show();
}

abstract public void onLocationChanged(Location location);
public abstract void onLocationChanged(Location location);

abstract protected void zoomToLocation();
protected abstract void zoomToLocation();

abstract protected void zoomToPoint();
protected abstract void zoomToPoint();

abstract public void showZoomDialog();
public abstract void showZoomDialog();

}

1 comment on commit b89a2f9

@MukundAnanthu
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.