summaryrefslogtreecommitdiff
path: root/odk/examples/java/NotesAccess
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-15 16:38:03 +0200
committerNoel Grandin <noel@peralex.com>2014-08-20 12:12:15 +0200
commitc0415d5f1e96304b0d528de92b6ba0cdf31b503b (patch)
tree0aa3cf4fe10d6bf47c8419eb121f8b7357f30f9f /odk/examples/java/NotesAccess
parent6884ef6317ddc29a713a342fb102e28ebc8fa5cc (diff)
java: remove unnecessary constructor declarations
in the absence of any other constructors, the compiler will automatically generate a public no-arg constructor Change-Id: I70eca507cd8e16e33580b3398d41d70690bc2909
Diffstat (limited to 'odk/examples/java/NotesAccess')
-rw-r--r--odk/examples/java/NotesAccess/NotesAccess.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/odk/examples/java/NotesAccess/NotesAccess.java b/odk/examples/java/NotesAccess/NotesAccess.java
index de6adbc313c2..2bc0a2c5cdbb 100644
--- a/odk/examples/java/NotesAccess/NotesAccess.java
+++ b/odk/examples/java/NotesAccess/NotesAccess.java
@@ -125,11 +125,6 @@ public class NotesAccess implements Runnable {
thread.start();
}
- /** This is the default constructor without arguments.
- */
- public NotesAccess() {
- }
-
/** Reading all documents from the given database and writing the data to
* an OpenOffice.org Calc spreadsheet document.
*/