Added author to all java files with class comments.
[utils] / system / general / src / main / java / org / wamblee / system / SystemAssembler.java
index 80bab167fa1de1bf7c7c071d14f6ad60e93b627a..7b45f8b1d7b047389a2fc12b34e420624fa6a5e2 100644 (file)
@@ -13,6 +13,8 @@ import org.apache.commons.logging.LogFactory;
 /**
  * Assembler to control multiple subsystems. It makes sure that all dependencies
  * are met and controls the order in which systems are initialized.
+ *
+ * @author Erik Brakkee
  */
 public class SystemAssembler {