java: fix broken javadoc tags

Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b
This commit is contained in:
Noel Grandin
2014-08-07 09:21:00 +02:00
parent 1c496506bc
commit 5656fe58a0
49 changed files with 44 additions and 115 deletions

View File

@@ -74,7 +74,7 @@ public class NotesAccess implements Runnable {
static String stringDatabase = "";
/** Reading the arguments and constructing the thread.
* @param argv Holding values for the host, user, and the password of the user.
* @param args Holding values for the host, user, and the password of the user.
*/
public static void main( String args[] ) {
Thread thread;