test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerSynthDoc.java

changeset 1492
df694c775e8a
parent 1477
8c0c63a6e3b7
child 2525
2eb010b6cb22
     1.1 --- a/test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerSynthDoc.java	Mon Jan 14 19:52:36 2013 +0100
     1.2 +++ b/test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerSynthDoc.java	Mon Jan 14 13:50:01 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2012, 2013, 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 @@ -32,7 +32,6 @@
    1.11   * @author Bhavesh Patel
    1.12   */
    1.13  @Documented
    1.14 -@ContainerFor(ContaineeSynthDoc.class)
    1.15  public @interface ContainerSynthDoc {
    1.16  
    1.17      ContaineeSynthDoc[] value();

mercurial