src/share/classes/javax/lang/model/util/AbstractElementVisitor6.java

changeset 1357
c75be5bc5283
parent 1054
111bbf1ad913
child 1522
09f65aad4759
     1.1 --- a/src/share/classes/javax/lang/model/util/AbstractElementVisitor6.java	Sat Oct 06 10:35:38 2012 +0100
     1.2 +++ b/src/share/classes/javax/lang/model/util/AbstractElementVisitor6.java	Tue Oct 09 19:10:00 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2011, 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 @@ -25,13 +25,10 @@
    1.11  
    1.12  package javax.lang.model.util;
    1.13  
    1.14 -
    1.15 +import javax.annotation.processing.SupportedSourceVersion;
    1.16 +import javax.lang.model.SourceVersion;
    1.17  import javax.lang.model.element.*;
    1.18 -import javax.annotation.processing.SupportedSourceVersion;
    1.19 -import javax.lang.model.element.*;
    1.20 -import static javax.lang.model.element.ElementKind.*;
    1.21  import static javax.lang.model.SourceVersion.*;
    1.22 -import javax.lang.model.SourceVersion;
    1.23  
    1.24  
    1.25  /**

mercurial