--- old/test/tools/javac/processing/model/6194785/T6194785.java 2011-06-30 18:49:19.000000000 -0700 +++ new/test/tools/javac/processing/model/6194785/T6194785.java 2011-06-30 18:49:19.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 @@ -21,7 +21,7 @@ * questions. */ -/** +/* * @test * @bug 6194785 * @summary ParameterDeclaration.getSimpleName does not return actual name from class files @@ -37,12 +37,12 @@ import javax.lang.model.element.*; import javax.lang.model.util.*; import static javax.tools.Diagnostic.Kind.*; +import static JavacTestingAbstractProcessor.*; public class T6194785 extends JavacTestingAbstractProcessor { public boolean process(Set annotations, - RoundEnvironment roundEnvironment) - { - class Scan extends ElementScanner7 { + RoundEnvironment roundEnvironment) { + class Scan extends ElementScanner { @Override public Void visitExecutable(ExecutableElement e, Void ignored) { for (VariableElement p : e.getParameters())