diff gnv-artifacts/src/main/java/de/intevation/gnv/utils/ExclusiveExec.java @ 815:22c18083225e

Removed compiler warnings while JavaDoc generation. gnv-artifacts/trunk@900 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 12 Apr 2010 06:59:33 +0000
parents 2cea76f1112e
children f953c9a559d8
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/utils/ExclusiveExec.java	Fri Apr 09 14:34:45 2010 +0000
+++ b/gnv-artifacts/src/main/java/de/intevation/gnv/utils/ExclusiveExec.java	Mon Apr 12 06:59:33 2010 +0000
@@ -4,11 +4,11 @@
 
 /**
  * This class can be used to synchronize threads with a given key. To use this
- * synchronization, you first need to do call {@link #acquire(String)} to
- * retrieve a {@link UniqueKey}. After this, you can call the code being
+ * synchronization, you first need to do call {@link #acquire(java.lang.Object)}
+ * to retrieve a {@link UniqueKey}. After this, you can call the code being
  * synchronized. After this execution, you need to call
  * {@link #release(UniqueKey)} with your token you retrieved from {@link
- * #acquire(String)}. A thread needs to wait for another thread if their keys
+ * #acquire(java.lang.Object)}. A thread needs to wait for another thread if their keys
  * are equal. Threads with different keys don't need to wait for each other.
  *
  * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a>

http://dive4elements.wald.intevation.org