--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/AnyTypeAdapter.java 2017-10-24 14:21:30.056129965 +0100 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/AnyTypeAdapter.java 2017-10-24 14:21:29.764129966 +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 @@ -30,7 +30,7 @@ /** * {@link XmlAdapter} useful for mapping interfaces. * - * See The JAXB user's guide + * See The JAXB user's guide * for more about this adapter class. * * @author Kohsuke Kawaguchi