--- old/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/gbind/Expression.java 2015-09-19 13:16:31.069070124 +0300 +++ new/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/gbind/Expression.java 2015-09-19 13:16:30.925069410 +0300 @@ -35,12 +35,12 @@ public abstract class Expression { /** - * Computes LAST(exp) + * Computes {@code LAST(exp)} */ abstract ElementSet lastSet(); /** - * True of \epsilon \in L(exp) + * True of {@code \epsilon \in L(exp)} */ abstract boolean isNullable();