--- old/test/tools/javac/processing/model/util/deprecation/TestDeprecation.java 2011-06-30 18:49:22.000000000 -0700 +++ new/test/tools/javac/processing/model/util/deprecation/TestDeprecation.java 2011-06-30 18:49:22.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2006, 2011 Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -42,6 +42,7 @@ import javax.lang.model.element.*; import javax.lang.model.util.*; import static javax.tools.Diagnostic.Kind.*; +import static JavacTestingAbstractProcessor.*; import java.io.Writer; /** @@ -68,7 +69,7 @@ return true; } - private class DeprecationChecker extends ElementScanner7 { + private class DeprecationChecker extends ElementScanner { private Elements elementUtils; private boolean failure; DeprecationChecker() {