Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / io / InputResource.java
index f5e8496581e2193469ed0bcd1de2a8800f7fc674..2a0e8cda32e1f5a855563648f60ccc1d9014bb6e 100644 (file)
@@ -20,6 +20,8 @@ import java.io.InputStream;
 
 /**
  * Represents a resource from which information can be read.
+ *
+ * @author Erik Brakkee
  */
 public interface InputResource {
     /**