Repository: incubator-juneau
Updated Branches:
  refs/heads/master 329dc334c -> 4d1f77ea6


Fix whitespace.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/4d1f77ea
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/4d1f77ea
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/4d1f77ea

Branch: refs/heads/master
Commit: 4d1f77ea6b75fd6b567e7802695e8303275a871c
Parents: 329dc33
Author: JamesBognar <[email protected]>
Authored: Fri Apr 7 14:07:38 2017 -0400
Committer: JamesBognar <[email protected]>
Committed: Fri Apr 7 14:07:38 2017 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/juneau/xml/annotation/XmlFormat.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/4d1f77ea/juneau-core/src/main/java/org/apache/juneau/xml/annotation/XmlFormat.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/xml/annotation/XmlFormat.java 
b/juneau-core/src/main/java/org/apache/juneau/xml/annotation/XmlFormat.java
index 388dc67..a96b945 100644
--- a/juneau-core/src/main/java/org/apache/juneau/xml/annotation/XmlFormat.java
+++ b/juneau-core/src/main/java/org/apache/juneau/xml/annotation/XmlFormat.java
@@ -128,7 +128,7 @@ public enum XmlFormat {
         * Identifies an element that never contains content.
         * <p>
         * The main difference in behavior is how non-void empty elements are 
handled
-        * in the HTML serializer.  
+        * in the HTML serializer.
         * Void elements are serialized as collapsed nodes (e.g. 
<js>"&lt;br/&gt;"</js>)
         * whereas non-void empty elements are serialized with an end tag (e.g. 
"&lt;p&gt;&lt;/p&gt;").
         */

Reply via email to