Added author to all java files with class comments.
[utils] / system / general / src / main / java / org / wamblee / system / SystemAssemblyException.java
index 80e7db7b286124a29bd71eedb77ea9f02f3125eb..328a4c62c6c183a5576840e5436ba8b14cdc3c00 100644 (file)
@@ -2,6 +2,8 @@ package org.wamblee.system;
 
 /**
  * Exception thrown when an error occurs in assembling the systems.
+ *
+ * @author Erik Brakkee
  */
 public class SystemAssemblyException extends RuntimeException {