--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/CycleRecoverable.java 2017-09-29 13:58:30.888185253 +0100 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/CycleRecoverable.java 2017-09-29 13:58:30.596185247 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -32,14 +32,13 @@ * to handle cycles in the object graph. * *

- * As discussed in + * As discussed in * the users' guide, normally a cycle in the object graph causes the marshaller to report an error, * and when an error is found, the JAXB RI recovers by cutting the cycle arbitrarily. * This is not always a desired behavior. * *

* Implementing this interface allows user application to change this behavior. - * Also see this related discussion. * * @since JAXB 2.1 EA2 * @author Kohsuke Kawaguchi