--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext.java 2015-09-19 13:15:21.904727157 +0300 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext.java 2015-09-19 13:15:21.768726482 +0300 @@ -150,9 +150,9 @@ * *

* This flag is unused when {@link #assoc}==null. - * If it's non-null, then true indicates + * If it's non-null, then {@code true} indicates * that we are doing in-place associative unmarshalling. - * If false, then we are doing associative unmarshalling + * If {@code false}, then we are doing associative unmarshalling * without object reuse. */ private boolean isInplaceMode;