Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / xml / DomUtils.java
index e014869290ff0d542bbd2444564bf1f13ef45972..3825bacda36adbb32ab3c00d5ff3f2185b5f9afe 100644 (file)
@@ -51,6 +51,8 @@ import org.xml.sax.SAXException;
 
 /**
  * Some basic XML utilities for common reoccuring tasks for DOM documents.
+ *
+ * @author Erik Brakkee
  */
 public final class DomUtils {