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
This commit is contained in:
Noel Grandin
2014-08-15 16:38:03 +02:00
parent 6884ef6317
commit c0415d5f1e
128 changed files with 1 additions and 543 deletions

View File

@@ -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.
*/