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

changeset 1358
fc123bdeddb8
parent 1352
d4b3cb1ece84
child 1385
75c936d14c6a
     1.1 --- a/src/share/classes/com/sun/tools/javac/parser/JavaTokenizer.java	Tue Oct 09 19:10:00 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/parser/JavaTokenizer.java	Tue Oct 09 19:31:58 2012 -0700
     1.3 @@ -108,8 +108,7 @@
     1.4       * {@code input[input.length -1]} is a white space character.
     1.5       *
     1.6       * @param fac the factory which created this Scanner
     1.7 -     * @param input the input, might be modified
     1.8 -     * @param inputLength the size of the input.
     1.9 +     * @param buf the input, might be modified
    1.10       * Must be positive and less than or equal to input.length.
    1.11       */
    1.12      protected JavaTokenizer(ScannerFactory fac, CharBuffer buf) {

mercurial