Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / xml / XMLException.java
index 53f1d5e2b0507a60ca3246945b4987d0e5421934..06363c427b0c9afba793f5137d4619c4cae8316f 100644 (file)
@@ -18,6 +18,8 @@ package org.wamblee.xml;
 
 /**
  * Exception thrown in case of XML parsing problems.  
+ *
+ * @author Erik Brakkee
  */
 public class XMLException extends Exception {