src/share/jaxws_classes/com/sun/xml/internal/dtdparser/XmlReader.java

changeset 397
b99d7e355d4b
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
     1.1 --- a/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/XmlReader.java	Thu Aug 08 10:10:38 2013 -0700
     1.2 +++ b/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/XmlReader.java	Fri Aug 23 09:57:21 2013 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -86,7 +86,7 @@
    1.11      //
    1.12  
    1.13      /**
    1.14 -     * Constructs the reader from an input stream, auto-detecting
    1.15 +     * Constructs the reader from an input stream, autodetecting
    1.16       * the encoding to use according to the heuristic specified
    1.17       * in the XML 1.0 recommendation.
    1.18       *
    1.19 @@ -104,7 +104,7 @@
    1.20       *
    1.21       * @param in       the input stream from which the reader is constructed
    1.22       * @param encoding the IETF standard name of the encoding to use;
    1.23 -     *                 if null, auto-detection is used.
    1.24 +     *                 if null, autodetection is used.
    1.25       * @throws IOException on error, including unrecognized encoding
    1.26       */
    1.27      public static Reader createReader(InputStream in, String encoding)

mercurial