Added author to all java files with class comments.
[utils] / system / general / src / main / java / org / wamblee / system / CompositeSystem.java
index 50554d7f19f21b7c9c5210446151bed5704bdaa4..db94f738c7051b397f30ae380afbf1d22a085e9e 100644 (file)
@@ -11,6 +11,8 @@ import sun.util.LocaleServiceProviderPool.LocalizedObjectGetter;
 
 /**
  * Composite system consisting of multiple subsystems. 
+ *
+ * @author Erik Brakkee
  */
 public class CompositeSystem extends AbstractSubSystem {