Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / cache / EhCache.java
index ffbbab4baf850ebcfa0a7e4d13594e4f9bb35870..0df1e61f165edee1e8741536f9960cea318905ea 100644 (file)
@@ -32,6 +32,8 @@ import org.wamblee.io.InputResource;
 
 /**
  * Cache implemented on top of EhCache.
+ *
+ * @author Erik Brakkee
  */
 public class EhCache<KeyType extends Serializable, ValueType extends Serializable>
         implements org.wamblee.cache.Cache<KeyType, ValueType> {