test/tools/javac/lib/JavacTestingAbstractProcessor.java

changeset 932
edf03ca74991
parent 699
d2aaaec153e8
child 1054
111bbf1ad913
     1.1 --- a/test/tools/javac/lib/JavacTestingAbstractProcessor.java	Tue Mar 15 11:04:56 2011 -0700
     1.2 +++ b/test/tools/javac/lib/JavacTestingAbstractProcessor.java	Tue Mar 15 11:41:21 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2010, 2011, 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 @@ -24,8 +24,6 @@
    1.11  import java.util.*;
    1.12  import javax.annotation.processing.*;
    1.13  import javax.lang.model.SourceVersion;
    1.14 -import static javax.lang.model.SourceVersion.*;
    1.15 -import javax.lang.model.element.*;
    1.16  import javax.lang.model.util.*;
    1.17  
    1.18  /**

mercurial