Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / io / DirectoryMonitor.java
index f84d0378e4385403f38b94555681d6f56dff2aba..74723337f92af2744b2fd6dbfebf0d2b64785e2a 100644 (file)
@@ -29,6 +29,8 @@ import org.apache.commons.logging.LogFactory;
 
 /**
  * Monitors a directory for changes. 
+ *
+ * @author Erik Brakkee
  */
 public class DirectoryMonitor {