test/tools/javac/processing/filer/foo/bar/package-info.java

changeset 931
c9432f06d9bc
parent 554
9d9f26857129
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/processing/filer/foo/bar/package-info.java	Mon Mar 14 11:48:41 2011 -0700
     1.2 +++ b/test/tools/javac/processing/filer/foo/bar/package-info.java	Tue Mar 15 11:04:56 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2006, 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 @@ -24,5 +24,5 @@
    1.11  /**
    1.12   * Javadoc for the foo.bar package!
    1.13   */
    1.14 -@SuppressWarnings("deprecation")
    1.15 +@Deprecated
    1.16  package foo.bar;

mercurial