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

changeset 1326
30c36e23f154
parent 1144
9448fe783fd2
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/com/sun/tools/javac/parser/Lexer.java	Sat Sep 08 22:54:21 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/parser/Lexer.java	Thu Sep 13 14:29:36 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 2012, 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 @@ -61,7 +61,8 @@
    1.11  
    1.12      /**
    1.13       * Splits the current token in two and return the first (splitted) token.
    1.14 -     * For instance '<<<' is splitted into two tokens '<' and '<<' respectively,
    1.15 +     * For instance {@literal '<<<'} is split into two tokens
    1.16 +     * {@literal '<'} and {@literal '<<'} respectively,
    1.17       * and the latter is returned.
    1.18       */
    1.19      Token split();

mercurial