Added author to all java files with class comments.
[utils] / system / general / src / main / java / org / wamblee / system / Service.java
index 6ee631d7902d2f77adc3f6a1a369e704f8ac8194..1721f401bee11e4adb5b684a35245d3bebb4bf28 100644 (file)
@@ -2,6 +2,8 @@ package org.wamblee.system;
 
 /**
  * Represents a running service.
+ *
+ * @author Erik Brakkee
  */
 public interface Service {