Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / concurrency / LockAdvice.java
index 7137b52df43483638ac0a50b39463da67efabdc2..4838f7c459919cb9d0a82d55eb9c615d9f6157e1 100644 (file)
@@ -21,6 +21,8 @@ import org.aopalliance.intercept.MethodInvocation;
 
 /**
  * Locking advice. This automatically synchronized an object using a given lock.  
+ *
+ * @author Erik Brakkee
  */
 public class LockAdvice implements MethodInterceptor {