--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/marshaller/DataWriter.java 2015-10-21 14:09:58.000000000 +0200 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/marshaller/DataWriter.java 2015-10-21 14:09:58.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 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 @@ -78,15 +78,15 @@ * *

This code will produce the following document:

* - *
- * <?xml version="1.0" standalone="yes"?>
+ * 
{@code
+ * 
  *
- * <Person>
- *   <name>Jane Smith</name>
- *   <date-of-birth>1965-05-23</date-of-birth>
- *   <citizenship>US</citizenship>
- * </Person>
- * 
+ * + * Jane Smith + * 1965-05-23 + * US + * + * }
* *

This class inherits from {@link XMLWriter}, * and provides all of the same support for Namespaces.