--- old/test/tools/javac/processing/model/6194785/T6194785.java 2011-06-21 11:09:37.000000000 -0700 +++ new/test/tools/javac/processing/model/6194785/T6194785.java 2011-06-21 11:09:37.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 @@ -42,7 +42,7 @@ public boolean process(Set annotations, RoundEnvironment roundEnvironment) { - class Scan extends ElementScanner7 { + class Scan extends JavacTestingAbstractProcessor.LatestElementScanner { @Override public Void visitExecutable(ExecutableElement e, Void ignored) { for (VariableElement p : e.getParameters())