Removed DOCUMENT ME comments that were generated and applied source code
[utils] / support / general / src / main / java / org / wamblee / concurrency / Lock.java
index a942c97ff51da0bbe11975ed21e00a1f9434b867..8ea389b3cc590eb2db575ccd6360356ed0e8e86a 100644 (file)
  */
 package org.wamblee.concurrency;
 
-
 /**
- * Represents a re-entrant lock.
- * Implementations can provide inmemory JVM locking or full cluster safe locking
- * mechanisms.
- *
+ * Represents a re-entrant lock. Implementations can provide inmemory JVM
+ * locking or full cluster safe locking mechanisms.
+ * 
  * @author Erik Brakkee
  */
 public interface Lock {