test/tools/javac/processing/model/util/deprecation/TestDeprecation.java

changeset 1054
111bbf1ad913
parent 1013
8eb952f43b11
child 1448
7d34e91f66bb
child 1466
b52a38d4536c
     1.1 --- a/test/tools/javac/processing/model/util/deprecation/TestDeprecation.java	Fri Jul 01 14:28:19 2011 -0700
     1.2 +++ b/test/tools/javac/processing/model/util/deprecation/TestDeprecation.java	Tue Jul 05 16:37:24 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2006, 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 @@ -68,7 +68,7 @@
    1.11          return true;
    1.12      }
    1.13  
    1.14 -    private class DeprecationChecker extends ElementScanner7<Boolean,Void> {
    1.15 +    private class DeprecationChecker extends ElementScanner<Boolean,Void> {
    1.16          private Elements elementUtils;
    1.17          private boolean failure;
    1.18          DeprecationChecker() {

mercurial