--- old/src/jdk.xml.bind/share/classes/com/sun/xml/internal/org/relaxng/datatype/helpers/StreamingValidatorImpl.java 2015-10-22 23:51:19.000000000 +0200 +++ new/src/jdk.xml.bind/share/classes/com/sun/xml/internal/org/relaxng/datatype/helpers/StreamingValidatorImpl.java 2015-10-22 23:51:19.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2015, Thai Open Source Software Center Ltd + * Copyright (c) 2005, 2010, Thai Open Source Software Center Ltd * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -46,7 +46,7 @@ * *

* Typical usage would be: - *

{@code
+ * 

  * class MyDatatype implements Datatype {
  *     ....
  *     public DatatypeStreamingValidator createStreamingValidator( ValidationContext context ) {
@@ -54,7 +54,7 @@
  *     }
  *     ....
  * }
- * }</PRE>
+ * 
* * @author Kohsuke KAWAGUCHI */