Added author to all java files with class comments.
[utils] / system / general / src / main / java / org / wamblee / system / DefaultService.java
index 29296cae576b5f6d70546a99bc46f9b73e849c8e..9e2e53f18b51245ea027ce083731eb172d351df9 100644 (file)
@@ -2,6 +2,8 @@ package org.wamblee.system;
 
 /**
  * Default service implementation.
+ *
+ * @author Erik Brakkee
  */
 public class DefaultService implements Service {