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

changeset 1679
b402b93cbe38
parent 1442
fcf89720ae71
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/com/sun/tools/javac/parser/JavaTokenizer.java	Mon Apr 08 15:59:29 2013 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/parser/JavaTokenizer.java	Mon Apr 08 11:54:26 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 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 @@ -770,7 +770,7 @@
    1.11      * (which is treated as the beginning of the first line).
    1.12      * Stops positioned at the closing '/'.
    1.13      */
    1.14 -    protected class BasicComment<U extends UnicodeReader> implements Comment {
    1.15 +    protected static class BasicComment<U extends UnicodeReader> implements Comment {
    1.16  
    1.17          CommentStyle cs;
    1.18          U comment_reader;

mercurial