--- old/src/java.xml/share/classes/org/w3c/dom/Attr.java 2017-07-07 10:39:53.029692025 -0700 +++ new/src/java.xml/share/classes/org/w3c/dom/Attr.java 2017-07-07 10:39:52.953688681 -0700 @@ -115,17 +115,17 @@ * Examples of the Original, Normalized and Serialized Values * * - * Examples - * Parsed + * Examples + * Parsed * attribute value - * Initial Attr.value - * Serialized attribute value + * Initial Attr.value + * Serialized attribute value * * * * - * - * Character reference + * + * Character reference * *
"x²=5"
* @@ -137,8 +137,8 @@ * * * - * Built-in - * character entity + * Built-in + * character entity * *
"y<6"
* @@ -150,7 +150,7 @@ * * * - * Literal newline between + * Literal newline between * *
  * "x=5
y=6"
@@ -163,7 +163,7 @@ * * * - * Normalized newline between + * Normalized newline between * *
"x=5
  * y=6"
@@ -176,7 +176,7 @@ * * * - * Entity e with literal newline + * Entity e with literal newline * *
  * <!ENTITY e '...&#10;...'> [...]> "x=5&e;y=6"