aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2012-05-23 22:10:24 +0200
committerSamuel Tardieu <sam@rfc1149.net>2012-05-23 22:10:24 +0200
commiteaccb053740cbd7c26118e3a295a4b3ed4700d29 (patch)
tree502b33c835839547315f8c8b0e762b7ca93cd996 /main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java
parent1850f7bb4db0ddf3416382b5d964e215c1092a3a (diff)
downloadcgeo-eaccb053740cbd7c26118e3a295a4b3ed4700d29.zip
cgeo-eaccb053740cbd7c26118e3a295a4b3ed4700d29.tar.gz
cgeo-eaccb053740cbd7c26118e3a295a4b3ed4700d29.tar.bz2
Refactoring: add missing override annotations
This was requested by SammysHP.
Diffstat (limited to 'main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java')
-rw-r--r--main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java b/main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java
index 6cbe9ec..0377fe9 100644
--- a/main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java
+++ b/main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java
@@ -116,11 +116,13 @@ public class GoogleMapActivity extends MapActivity implements MapActivityImpl {
}
// close activity and open homescreen
+ @Override
public void goHome(View view) {
mapBase.goHome(view);
}
// open manual entry
+ @Override
public void goManual(View view) {
mapBase.goManual(view);
}