src/share/classes/com/sun/tools/javac/code/Kinds.java

changeset 1357
c75be5bc5283
parent 1352
d4b3cb1ece84
child 1374
c002fdee76fd
     1.1 --- a/src/share/classes/com/sun/tools/javac/code/Kinds.java	Sat Oct 06 10:35:38 2012 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/code/Kinds.java	Tue Oct 09 19:10:00 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 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 @@ -31,9 +31,8 @@
    1.11  import com.sun.source.tree.MemberReferenceTree;
    1.12  import com.sun.tools.javac.api.Formattable;
    1.13  import com.sun.tools.javac.api.Messages;
    1.14 -
    1.15 +import static com.sun.tools.javac.code.Flags.*;
    1.16  import static com.sun.tools.javac.code.TypeTags.*;
    1.17 -import static com.sun.tools.javac.code.Flags.*;
    1.18  
    1.19  /** Internal symbol kinds, which distinguish between elements of
    1.20   *  different subclasses of Symbol. Symbol kinds are organized so they can be

mercurial