src/share/classes/com/sun/tools/javac/parser/UnicodeReader.java

changeset 1570
f91144b7da75
parent 1521
71f35e4b93a5
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/com/sun/tools/javac/parser/UnicodeReader.java	Mon Jan 21 01:27:42 2013 -0500
     1.2 +++ b/src/share/classes/com/sun/tools/javac/parser/UnicodeReader.java	Mon Feb 04 18:08:53 2013 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2011, 2013, 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 @@ -38,7 +38,7 @@
    1.11  
    1.12  /** The char reader used by the javac lexer/tokenizer. Returns the sequence of
    1.13   * characters contained in the input stream, handling unicode escape accordingly.
    1.14 - * Additionally, it provide features for saving chars into a buffer and to retrieve
    1.15 + * Additionally, it provides features for saving chars into a buffer and to retrieve
    1.16   * them at a later stage.
    1.17   *
    1.18   *  <p><b>This is NOT part of any supported API.

mercurial