http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Figure.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Figure.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Figure.java
index 0555d0b..7e07767 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Figure.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Figure.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/grouping-content.html#the-figure-element'>&lt;figure&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="figure")
 public class Figure extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Footer.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Footer.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Footer.java
index 8ab05e0..0a36f71 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Footer.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Footer.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/sections.html#the-footer-element'>&lt;footer&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="footer")
 public class Footer extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Form.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Form.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Form.java
index 65139ba..8c6bbd2 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Form.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Form.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-form-element'>&lt;form&gt;</a> 
element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="form")
 public class Form extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H1.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H1.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H1.java
index e5efde9..4d873db 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H1.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H1.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements'>&lt;h1&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="h1")
 public class H1 extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H2.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H2.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H2.java
index 1e674ed..b4e9f25 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H2.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H2.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements'>&lt;h2&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="h2")
 public class H2 extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H3.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H3.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H3.java
index 3bc57a4..687ee91 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H3.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H3.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements'>&lt;h3&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="h3")
 public class H3 extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H4.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H4.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H4.java
index c981f4a..61217ba 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H4.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H4.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements'>&lt;h4&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="h4")
 public class H4 extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H5.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H5.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H5.java
index 5ad307b..2cecbc4 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H5.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H5.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements'>&lt;h5&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="h5")
 public class H5 extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H6.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H6.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H6.java
index afeb55d..0597af4 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H6.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/H6.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements'>&lt;h6&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="h6")
 public class H6 extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Head.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Head.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Head.java
index fc6c101..4f98c14 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Head.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Head.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/document-metadata.html#the-head-element'>&lt;head&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="head")
 public class Head extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Header.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Header.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Header.java
index 022dd94..a5a6164 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Header.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Header.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/sections.html#the-header-element'>&lt;header&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="header")
 public class Header extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Hgroup.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Hgroup.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Hgroup.java
index 71bd7d3..677cc70 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Hgroup.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Hgroup.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a href=''>&lt;hgroup&gt;</a> element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="hgroup")
 public class Hgroup extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Hr.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Hr.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Hr.java
index bed12d6..3ad6376 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Hr.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Hr.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/grouping-content.html#the-hr-element'>&lt;hr&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="hr")
 public class Hr extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Html.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Html.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Html.java
index 4df5073..9ab2d53 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Html.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Html.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/semantics.html#the-html-element'>&lt;html&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="html")
 public class Html extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/HtmlElement.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/HtmlElement.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/HtmlElement.java
index 4de462e..b586100 100644
--- 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/HtmlElement.java
+++ 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/HtmlElement.java
@@ -25,8 +25,6 @@ import org.apache.juneau.xml.annotation.*;
  * <p>
  * These are beans that when serialized using {@link HtmlSerializer} generate
  * valid HTML5 elements.
- *
- * @author James Bognar ([email protected])
  */
 @org.apache.juneau.html.annotation.Html(asXml=true)
 @SuppressWarnings("hiding")

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/HtmlSchema.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/HtmlSchema.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/HtmlSchema.java
index 1f98f2d..71f7568 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/HtmlSchema.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/HtmlSchema.java
@@ -15,8 +15,6 @@ package org.apache.juneau.html.dto.proto;
 /**
  * TODO
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @SuppressWarnings("javadoc")
 public class HtmlSchema {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/I.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/I.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/I.java
index 6fb135d..acb7129 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/I.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/I.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-i-element'>&lt;i&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="i")
 public class I extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/IFrame.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/IFrame.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/IFrame.java
index d7b0317..a1ef6e1 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/IFrame.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/IFrame.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/embedded-content-0.html#the-iframe-element'>&lt;iframe&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="iframe")
 public class IFrame extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Img.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Img.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Img.java
index fb33ab1..1203309 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Img.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Img.java
@@ -19,8 +19,6 @@ import org.apache.juneau.xml.annotation.*;
 
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/embedded-content-0.html#the-img-element'>&lt;img&gt;</a>
 element.
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="img")
 public class Img extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Input.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Input.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Input.java
index b0fb786..8eb58b4 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Input.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Input.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-input-element'>&lt;input&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="input")
 public class Input extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ins.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ins.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ins.java
index 361ecc1..c96cb8f 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ins.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ins.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/edits.html#the-ins-element'>&lt;ins&gt;</a> 
element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="ins")
 public class Ins extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Kbd.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Kbd.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Kbd.java
index f423cdb..facde48 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Kbd.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Kbd.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-kbd-element'>&lt;kbd&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="kbd")
 public class Kbd extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Keygen.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Keygen.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Keygen.java
index 2043ad7..e7550f7 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Keygen.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Keygen.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-keygen-element'>&lt;keygen&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="keygen")
 public class Keygen extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Label.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Label.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Label.java
index 352aa2b..c9e8678 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Label.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Label.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-label-element'>&lt;label&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="label")
 public class Label extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Legend.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Legend.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Legend.java
index 291c8ac..f347271 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Legend.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Legend.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-legend-element'>&lt;legend&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="legend")
 public class Legend extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Li.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Li.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Li.java
index 7499abe..771b238 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Li.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Li.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/grouping-content.html#the-li-element'>&lt;li&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="li")
 public class Li extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Link.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Link.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Link.java
index bec67f2..2c7d039 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Link.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Link.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/document-metadata.html#the-link-element'>&lt;link&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="link")
 public class Link extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Main.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Main.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Main.java
index bd32255..26c069b 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Main.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Main.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/grouping-content.html#the-main-element'>&lt;main&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="main")
 public class Main extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Map.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Map.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Map.java
index 8025036..07363b3 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Map.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Map.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/embedded-content-0.html#the-map-element'>&lt;map&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="map")
 public class Map extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Mark.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Mark.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Mark.java
index 43cef24..88f7726 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Mark.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Mark.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-mark-element'>&lt;mark&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="mark")
 public class Mark extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Menu.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Menu.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Menu.java
index 2ff70f2..658b559 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Menu.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Menu.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a href=''>&lt;menu&gt;</a> element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="menu")
 public class Menu extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Meta.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Meta.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Meta.java
index ec9178b..55e3f74 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Meta.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Meta.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/document-metadata.html#the-meta-element'>&lt;meta&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="meta")
 public class Meta extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Meter.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Meter.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Meter.java
index 35e4906..b05db3b 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Meter.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Meter.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-meter-element'>&lt;meter&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="meter")
 public class Meter extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Nav.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Nav.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Nav.java
index 98dd25b..70e7769 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Nav.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Nav.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/sections.html#the-nav-element'>&lt;nav&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="nav")
 public class Nav extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Noscript.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Noscript.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Noscript.java
index 102a9ba..713c60f 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Noscript.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Noscript.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/scripting-1.html#the-noscript-element'>&lt;noscript&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="noscript")
 public class Noscript extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Object.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Object.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Object.java
index e57a663..ddeea8d 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Object.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Object.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/embedded-content-0.html#the-object-element'>&lt;object&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="object")
 public class Object extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ol.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ol.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ol.java
index cf3dbe6..6c057eb 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ol.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ol.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/grouping-content.html#the-ol-element'>&lt;ol&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="ol")
 public class Ol extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Optgroup.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Optgroup.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Optgroup.java
index bd5b236..289c26d 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Optgroup.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Optgroup.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-optgroup-element'>&lt;optgroup&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="optgroup")
 public class Optgroup extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Option.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Option.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Option.java
index de007cd..c0772f1 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Option.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Option.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-option-element'>&lt;option&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="option")
 public class Option extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Output.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Output.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Output.java
index 78e69cf..501db35 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Output.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Output.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-output-element'>&lt;output&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="output")
 public class Output extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/P.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/P.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/P.java
index 19d4f40..df38719 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/P.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/P.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/grouping-content.html#the-p-element'>&lt;p&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="p")
 public class P extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Param.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Param.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Param.java
index 769ccd6..b4457cc 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Param.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Param.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/embedded-content-0.html#the-param-element'>&lt;param&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="param")
 public class Param extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Pre.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Pre.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Pre.java
index 5b99717..1d230fb 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Pre.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Pre.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/grouping-content.html#the-pre-element'>&lt;pre&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="pre")
 public class Pre extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Progress.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Progress.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Progress.java
index b2fd3e9..d824443 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Progress.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Progress.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-progress-element'>&lt;progress&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="progress")
 public class Progress extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Q.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Q.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Q.java
index 53bec9d..7c7188d 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Q.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Q.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-q-element'>&lt;q&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="q")
 public class Q extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rb.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rb.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rb.java
index 04f2cc3..613cd21 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rb.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rb.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-rb-element'>&lt;rb&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="rb")
 public class Rb extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rp.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rp.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rp.java
index 92a258e..4801901 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rp.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rp.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-rp-element'>&lt;rp&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="rp")
 public class Rp extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rt.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rt.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rt.java
index e8d05d7..044cfcc 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rt.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rt.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-rt-element'>&lt;rt&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="rt")
 public class Rt extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rtc.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rtc.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rtc.java
index 5c460ee..e58ab95 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rtc.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Rtc.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-rtc-element'>&lt;rtc&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="rtc")
 public class Rtc extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ruby.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ruby.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ruby.java
index 7bc1479..64be510 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ruby.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ruby.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-ruby-element'>&lt;ruby&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="ruby")
 public class Ruby extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/S.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/S.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/S.java
index f53fceb..bb3254a 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/S.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/S.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-s-element'>&lt;s&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="s")
 public class S extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Samp.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Samp.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Samp.java
index 7522081..7d004f8 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Samp.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Samp.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-samp-element'>&lt;samp&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="samp")
 public class Samp extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Script.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Script.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Script.java
index a3a4d42..5e88836 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Script.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Script.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/scripting-1.html#the-script-element'>&lt;script&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="script")
 public class Script extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Section.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Section.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Section.java
index 44ded2b..814a257 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Section.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Section.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/sections.html#the-section-element'>&lt;section&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="section")
 public class Section extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Select.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Select.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Select.java
index 68c22a8..01e3f4f 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Select.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Select.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-select-element'>&lt;select&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="select")
 public class Select extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Small.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Small.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Small.java
index dada385..150d6b1 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Small.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Small.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-small-element'>&lt;small&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="small")
 public class Small extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Source.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Source.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Source.java
index afe3553..197b0fb 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Source.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Source.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/embedded-content-0.html#the-source-element'>&lt;source&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="source")
 public class Source extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Span.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Span.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Span.java
index 4d96b09..9593f69 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Span.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Span.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-span-element'>&lt;span&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="span")
 public class Span extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Strong.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Strong.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Strong.java
index 23737ef..9d8599b 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Strong.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Strong.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-strong-element'>&lt;strong&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="strong")
 public class Strong extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Style.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Style.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Style.java
index 0f5be7c..985086f 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Style.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Style.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/document-metadata.html#the-style-element'>&lt;style&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="style")
 public class Style extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Sub.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Sub.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Sub.java
index f2ea3ed..c626646 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Sub.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Sub.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-sub-and-sup-elements'>&lt;sub&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="sub")
 public class Sub extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Summary.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Summary.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Summary.java
index f8b3acf..87e6e02 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Summary.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Summary.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a href=''>&lt;summary&gt;</a> element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="summary")
 public class Summary extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Sup.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Sup.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Sup.java
index 6014416..d96a54f 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Sup.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Sup.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-sub-and-sup-elements'>&lt;sup&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="sup")
 public class Sup extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Table.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Table.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Table.java
index 9639b22..e256485 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Table.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Table.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/tabular-data.html#the-table-element'>&lt;table&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="table")
 public class Table extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Tbody.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Tbody.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Tbody.java
index 5cb129f..f68c494 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Tbody.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Tbody.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/tabular-data.html#the-tbody-element'>&lt;tbody&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="tbody")
 public class Tbody extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Td.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Td.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Td.java
index 261387e..11020fd 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Td.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Td.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/tabular-data.html#the-td-element'>&lt;td&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="td")
 public class Td extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Template.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Template.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Template.java
index 2fa9d48..7c1c15a 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Template.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Template.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/scripting-1.html#the-template-element'>&lt;template&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="template")
 public class Template extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Textarea.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Textarea.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Textarea.java
index b028163..7e2ffe1 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Textarea.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Textarea.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-textarea-element'>&lt;textarea&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="textarea")
 public class Textarea extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Tfoot.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Tfoot.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Tfoot.java
index e18a86b..8f9bba8 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Tfoot.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Tfoot.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/tabular-data.html#the-tfoot-element'>&lt;tfoot&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="tfoot")
 public class Tfoot extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Th.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Th.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Th.java
index 3382a9e..ab26430 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Th.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Th.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/tabular-data.html#the-th-element'>&lt;th&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="th")
 public class Th extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Thead.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Thead.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Thead.java
index 1ac8e10..a431089 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Thead.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Thead.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/tabular-data.html#the-thead-element'>&lt;thead&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="thead")
 public class Thead extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Time.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Time.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Time.java
index ec9291f..0dd268d 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Time.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Time.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-time-element'>&lt;time&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="time")
 public class Time extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Title.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Title.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Title.java
index 758d10c..ec91f06 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Title.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Title.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/document-metadata.html#the-title-element'>&lt;title&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="title")
 public class Title extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Tr.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Tr.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Tr.java
index 5b573a0..35f356a 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Tr.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Tr.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/tabular-data.html#the-tr-element'>&lt;tr&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="tr")
 public class Tr extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Track.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Track.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Track.java
index 853d4c5..de20de4 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Track.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Track.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/embedded-content-0.html#the-track-element'>&lt;track&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="track")
 public class Track extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/U.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/U.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/U.java
index 13374b1..83a7919 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/U.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/U.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-u-element'>&lt;u&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="u")
 public class U extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ul.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ul.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ul.java
index 227b1c9..1fe271e 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ul.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Ul.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/grouping-content.html#the-ul-element'>&lt;ul&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="ul")
 public class Ul extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Var.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Var.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Var.java
index 6a9bd64..de7671f 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Var.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Var.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-var-element'>&lt;var&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="var")
 public class Var extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Video.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Video.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Video.java
index 0fab70a..b4471ec 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Video.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Video.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/embedded-content-0.html#the-video-element'>&lt;video&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="video")
 public class Video extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Wbr.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Wbr.java 
b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Wbr.java
index ba338b1..3a61a49 100644
--- a/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Wbr.java
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/proto/Wbr.java
@@ -17,8 +17,6 @@ import org.apache.juneau.annotation.*;
 /**
  * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-wbr-element'>&lt;wbr&gt;</a>
 element.
  * <p>
- *
- * @author James Bognar ([email protected])
  */
 @Bean(typeName="wbr")
 public class Wbr extends HtmlElement {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/ini/ConfigFile.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/ini/ConfigFile.java 
b/juneau-core/src/main/java/org/apache/juneau/ini/ConfigFile.java
index 334dc5a..54eb747 100644
--- a/juneau-core/src/main/java/org/apache/juneau/ini/ConfigFile.java
+++ b/juneau-core/src/main/java/org/apache/juneau/ini/ConfigFile.java
@@ -33,8 +33,6 @@ import org.apache.juneau.svl.*;
  * Implements the API for accessing the contents of a config file.
  * <p>
  * Refer to {@link org.apache.juneau.ini} for more information.
- *
- * @author James Bognar ([email protected])
  */
 public abstract class ConfigFile implements Map<String,Section> {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/ini/ConfigFileImpl.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/ini/ConfigFileImpl.java 
b/juneau-core/src/main/java/org/apache/juneau/ini/ConfigFileImpl.java
index a136150..653e515 100644
--- a/juneau-core/src/main/java/org/apache/juneau/ini/ConfigFileImpl.java
+++ b/juneau-core/src/main/java/org/apache/juneau/ini/ConfigFileImpl.java
@@ -30,8 +30,6 @@ import org.apache.juneau.svl.vars.*;
 
 /**
  * Implementation class for {@link ConfigFile}.
- *
- * @author James Bognar ([email protected])
  */
 public final class ConfigFileImpl extends ConfigFile {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/ini/ConfigFileWrapped.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/ini/ConfigFileWrapped.java 
b/juneau-core/src/main/java/org/apache/juneau/ini/ConfigFileWrapped.java
index fc2d867..44fdd0d 100644
--- a/juneau-core/src/main/java/org/apache/juneau/ini/ConfigFileWrapped.java
+++ b/juneau-core/src/main/java/org/apache/juneau/ini/ConfigFileWrapped.java
@@ -31,8 +31,6 @@ import org.apache.juneau.svl.vars.*;
  * <p>
  * This class overrides the {@link #getString(String, String)} to resolve 
string variables.
  * All other method calls are passed through to the inner config file.
- *
- * @author James Bognar ([email protected])
  */
 public final class ConfigFileWrapped extends ConfigFile {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/ini/ConfigUtils.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/ini/ConfigUtils.java 
b/juneau-core/src/main/java/org/apache/juneau/ini/ConfigUtils.java
index 01bc560..9e635f4 100644
--- a/juneau-core/src/main/java/org/apache/juneau/ini/ConfigUtils.java
+++ b/juneau-core/src/main/java/org/apache/juneau/ini/ConfigUtils.java
@@ -14,8 +14,6 @@ package org.apache.juneau.ini;
 
 /**
  * Internal utility methods.
- *
- * @author James Bognar ([email protected])
  */
 public class ConfigUtils {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/ini/Encoder.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/ini/Encoder.java 
b/juneau-core/src/main/java/org/apache/juneau/ini/Encoder.java
index c523cb3..9b73b25 100644
--- a/juneau-core/src/main/java/org/apache/juneau/ini/Encoder.java
+++ b/juneau-core/src/main/java/org/apache/juneau/ini/Encoder.java
@@ -14,8 +14,6 @@ package org.apache.juneau.ini;
 
 /**
  * API for defining a string encoding/decoding mechanism for entries in {@link 
ConfigFile}.
- *
- * @author James Bognar ([email protected])
  */
 public interface Encoder {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/ini/XorEncoder.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/ini/XorEncoder.java 
b/juneau-core/src/main/java/org/apache/juneau/ini/XorEncoder.java
index 4aebc2a..ebea17b 100644
--- a/juneau-core/src/main/java/org/apache/juneau/ini/XorEncoder.java
+++ b/juneau-core/src/main/java/org/apache/juneau/ini/XorEncoder.java
@@ -18,8 +18,6 @@ import org.apache.juneau.internal.*;
  * Simply XOR+Base64 encoder for obscuring passwords and other sensitive data 
in INI config files.
  * <p>
  * This is not intended to be used as strong encryption.
- *
- * @author James Bognar ([email protected])
  */
 public final class XorEncoder implements Encoder {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/ArrayUtils.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/internal/ArrayUtils.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/ArrayUtils.java
index b0011c8..0bd765a 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/ArrayUtils.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/ArrayUtils.java
@@ -19,8 +19,6 @@ import java.util.*;
 
 /**
  * Quick and dirty utilities for working with arrays.
- *
- * @author James Bognar ([email protected])
  */
 public final class ArrayUtils {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/AsciiSet.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/internal/AsciiSet.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/AsciiSet.java
index 039ed9b..999de00 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/AsciiSet.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/AsciiSet.java
@@ -14,8 +14,6 @@ package org.apache.juneau.internal;
 
 /**
  * Stores a set of ASCII characters for quick lookup.
- *
- * @author James Bognar ([email protected])
  */
 public final class AsciiSet {
        final boolean[] store = new boolean[128];

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/ByteArrayCache.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/internal/ByteArrayCache.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/ByteArrayCache.java
index 5d46dac..3bf8e44 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/ByteArrayCache.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/ByteArrayCache.java
@@ -18,9 +18,6 @@ import java.util.concurrent.*;
 
 /**
  * A utility class for caching byte arrays in memory so that duplicate arrays 
can be reused.
- * <p>
- *
- * @author James Bognar ([email protected])
  */
 public class ByteArrayCache {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/ByteArrayInOutStream.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/internal/ByteArrayInOutStream.java
 
b/juneau-core/src/main/java/org/apache/juneau/internal/ByteArrayInOutStream.java
index f1cfd90..62b9e19 100644
--- 
a/juneau-core/src/main/java/org/apache/juneau/internal/ByteArrayInOutStream.java
+++ 
b/juneau-core/src/main/java/org/apache/juneau/internal/ByteArrayInOutStream.java
@@ -16,8 +16,6 @@ import java.io.*;
 
 /**
  * Subclass of a ByteArrayOutputStream that avoids a byte array copy when 
reading from an input stream.
- * <p>
- * @author James Bognar ([email protected])
  */
 public class ByteArrayInOutStream extends ByteArrayOutputStream {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/CharSequenceReader.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/internal/CharSequenceReader.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/CharSequenceReader.java
index 86255e9..bfe877c 100644
--- 
a/juneau-core/src/main/java/org/apache/juneau/internal/CharSequenceReader.java
+++ 
b/juneau-core/src/main/java/org/apache/juneau/internal/CharSequenceReader.java
@@ -16,8 +16,6 @@ import java.io.*;
 
 /**
  * Similar to {@link StringReader} except reads from a generic {@link 
CharSequenceReader}.
- *
- * @author jbognar
  */
 public final class CharSequenceReader extends BufferedReader {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/ClassUtils.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/internal/ClassUtils.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/ClassUtils.java
index 65afe49..eb2f62f 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/ClassUtils.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/ClassUtils.java
@@ -20,8 +20,6 @@ import org.apache.juneau.*;
 
 /**
  * Class-related utility methods.
- *
- * @author James Bognar ([email protected])
  */
 public final class ClassUtils {
 
@@ -148,8 +146,6 @@ public final class ClassUtils {
 
        /**
         * Comparator for use with {@link TreeMap TreeMaps} with {@link Class} 
keys.
-        *
-        * @author James Bognar ([email protected])
         */
        public final static class ClassComparator implements 
Comparator<Class<?>>, Serializable {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/CollectionUtils.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/internal/CollectionUtils.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/CollectionUtils.java
index 9521faa..7c11d22 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/CollectionUtils.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/CollectionUtils.java
@@ -16,8 +16,6 @@ import java.util.*;
 
 /**
  * Utility methods for collections.
- *
- * @author James Bognar ([email protected])
  */
 public class CollectionUtils {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/DelegateBeanMap.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/internal/DelegateBeanMap.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/DelegateBeanMap.java
index 479664a..17dfeb5 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/DelegateBeanMap.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/DelegateBeanMap.java
@@ -23,7 +23,6 @@ import org.apache.juneau.*;
  *     Provides the {@link #filterKeys(List)} method for specifying the keys 
to keep in the bean map
  *             and in what order they should appear.
  *
- * @author James Bognar ([email protected])
  * @param <T> The class type of the wrapped bean.
  */
 @SuppressWarnings("hiding")

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/DelegateList.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/internal/DelegateList.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/DelegateList.java
index ec2bf49..7923299 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/DelegateList.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/DelegateList.java
@@ -20,7 +20,6 @@ import org.apache.juneau.*;
  * Represents a wrapped {@link Collection} where entries in the list can be 
removed or reordered without
  *     affecting the underlying list.
  *
- * @author James Bognar ([email protected])
  * @param <T> The class type of the wrapped bean.
  */
 public class DelegateList<T extends Collection<?>> extends ObjectList 
implements Delegate<T> {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/DelegateMap.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/internal/DelegateMap.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/DelegateMap.java
index 33651c3..ed3b53f 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/DelegateMap.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/DelegateMap.java
@@ -20,7 +20,6 @@ import org.apache.juneau.*;
  * Represents a wrapped {@link Map} where entries in the map can be removed 
without
  *     affecting the underlying map.
  *
- * @author James Bognar ([email protected])
  * @param <T> The class type of the wrapped bean.
  */
 public class DelegateMap<T> extends ObjectMap implements Delegate<T> {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/FilteredMap.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/internal/FilteredMap.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/FilteredMap.java
index 128c0aa..49c45ae 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/FilteredMap.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/FilteredMap.java
@@ -21,7 +21,6 @@ import java.util.*;
  *
  * @param <K> The key class type.
  * @param <V> The value class type.
- * @author James Bognar ([email protected])
  */
 public final class FilteredMap<K,V> extends AbstractMap<K,V> {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/HashCode.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/internal/HashCode.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/HashCode.java
index 5907f9a..c8b8f7a 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/HashCode.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/HashCode.java
@@ -19,8 +19,6 @@ package org.apache.juneau.internal;
  * <p class='bcode'>
  *     int hashCode = new 
HashCode().add("foobar").add(myobject).add(123).get();
  * </p>
- *
- * @author James Bognar ([email protected])
  */
 public class HashCode {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/IOUtils.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/internal/IOUtils.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/IOUtils.java
index e559457..6821892 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/IOUtils.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/IOUtils.java
@@ -21,8 +21,6 @@ import org.apache.juneau.utils.*;
 
 /**
  * Various I/O related utility methods.
- *
- * @author jbognar
  */
 public final class IOUtils {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/IdentityList.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/internal/IdentityList.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/IdentityList.java
index 2b005d0..01c87a5 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/IdentityList.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/IdentityList.java
@@ -23,7 +23,6 @@ import java.util.*;
  * <p>
  *     Note:  This class is NOT thread safe, and is intended for use on small 
lists.
  *
- * @author James Bognar ([email protected])
  * @param <T> Entry type.
  */
 public class IdentityList<T> extends LinkedList<T> {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/JuneauLogger.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/internal/JuneauLogger.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/JuneauLogger.java
index acd9ed8..87bb07b 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/JuneauLogger.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/JuneauLogger.java
@@ -25,8 +25,6 @@ import org.apache.juneau.transforms.*;
 
 /**
  * Wraps and extends the {@link java.util.logging.Logger} class to provide 
some additional convenience methods.
- *
- * @author James Bognar ([email protected])
  */
 public class JuneauLogger extends java.util.logging.Logger {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/KeywordSet.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/internal/KeywordSet.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/KeywordSet.java
index 7918770..fda08a5 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/KeywordSet.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/KeywordSet.java
@@ -22,8 +22,6 @@ import static org.apache.juneau.internal.ThrowableUtils.*;
  *     <li>2 or more characters in length.
  *     <li>Lowercase ASCII.
  * </ul>
- *
- * @author James Bognar ([email protected])
  */
 public final class KeywordSet {
        final char[][][][] store;

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/MultiSet.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/internal/MultiSet.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/MultiSet.java
index 4af8233..0dab8d4 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/MultiSet.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/MultiSet.java
@@ -20,7 +20,6 @@ import java.util.*;
  * Encapsulates multiple collections so they can be iterated over as if they
  * were all part of the same collection.
  *
- * @author James Bognar ([email protected])
  * @param <E> The object type of this set.
  */
 public class MultiSet<E> extends AbstractSet<E> {

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/ReflectionUtils.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/internal/ReflectionUtils.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/ReflectionUtils.java
index c7159b0..06f6c33 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/ReflectionUtils.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/ReflectionUtils.java
@@ -20,8 +20,6 @@ import java.util.*;
 
 /**
  * Reflection utilities.
- *
- * @author James Bognar ([email protected])
  */
 public final class ReflectionUtils {
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/bc120417/juneau-core/src/main/java/org/apache/juneau/internal/SimpleMap.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/internal/SimpleMap.java 
b/juneau-core/src/main/java/org/apache/juneau/internal/SimpleMap.java
index d7d6293..287c2df 100644
--- a/juneau-core/src/main/java/org/apache/juneau/internal/SimpleMap.java
+++ b/juneau-core/src/main/java/org/apache/juneau/internal/SimpleMap.java
@@ -27,8 +27,6 @@ import java.util.*;
  *     Does not support adding or removing entries.
  * <p>
  *     Setting values overwrites the value on the underlying value array.
- *
- * @author James Bognar ([email protected])
  */
 public final class SimpleMap extends AbstractMap<String,Object> {
 


Reply via email to