diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-20 13:44:28 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-07 13:20:00 +0200 |
commit | 222505c41f32eb39598243e319c6c4c95a851f27 (patch) | |
tree | 0804381b0a57e7e03c3e74f8cf7101b194a2f2bc /odk/examples/DevelopersGuide/FirstSteps/FirstConnection.java | |
parent | 8ab5a090f632507802072b20660c8403bf4bfd39 (diff) |
java: no need to explicitly extend java.lang.Object
Change-Id: I635d1f99aa104909bd53a49c18efd433b9b9cb98
Diffstat (limited to 'odk/examples/DevelopersGuide/FirstSteps/FirstConnection.java')
-rw-r--r-- | odk/examples/DevelopersGuide/FirstSteps/FirstConnection.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/FirstSteps/FirstConnection.java b/odk/examples/DevelopersGuide/FirstSteps/FirstConnection.java index d38357fe4574..e4b3dffe81b9 100644 --- a/odk/examples/DevelopersGuide/FirstSteps/FirstConnection.java +++ b/odk/examples/DevelopersGuide/FirstSteps/FirstConnection.java @@ -32,7 +32,7 @@ * *************************************************************************/ -public class FirstConnection extends java.lang.Object { +public class FirstConnection { public static void main(String[] args) { try { |