Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / io / FileResource.java
index ee43f72f9d4190bf33b865a9e2a4518d8e16418f..4f8c0ad9f3d69aa1db6240889fa5077dda1ff2ec 100644 (file)
@@ -23,6 +23,8 @@ import java.io.InputStream;
 
 /**
  * Resource implemention for reading from a file.
+ *
+ * @author Erik Brakkee
  */
 public class FileResource implements InputResource {
     /**