--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/txw2/output/XMLWriter.java 2015-10-16 12:58:05.000000000 +0200 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/txw2/output/XMLWriter.java 2015-10-16 12:58:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2015, 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 @@ -94,7 +94,7 @@ *

The resulting document will look like this:

* *
{@code
- * 
+ *  
  *
  * Hello, world!
  * }
@@ -168,7 +168,7 @@ * *
    *
  1. the qualified name
  2. - *
  3. the {@link #setPrefix setPrefix} method.
  4. + *
  5. the {@link #startPrefixMapping(String, String)} method.
  6. *
* *

Whenever the XML writer finds a new Namespace URI, it checks