--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/CycleRecoverable.java 2015-09-19 13:15:08.860662475 +0300 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/CycleRecoverable.java 2015-09-19 13:15:08.720661780 +0300 @@ -55,7 +55,7 @@ * * * @return - * the object to be marshalled instead of this object. + * the object to be marshalled instead of {@code this} object. * Or return null to indicate that the JAXB RI should behave * just like when your object does not implement {@link CycleRecoverable} * (IOW, cut the cycle arbitrarily and try to go on.)