test/langtools/jdk/javadoc/doclet/testOverriddenMethods/pkg1/SubClass.java
changeset 52174 8f93292c2a51
parent 48257 125716343184
equal deleted inserted replaced
52173:e4b9475b0508 52174:8f93292c2a51
    46    *
    46    *
    47    */
    47    */
    48   public void privateMethod() {}
    48   public void privateMethod() {}
    49 
    49 
    50   public void overridenMethodWithDocsToCopy() {}
    50   public void overridenMethodWithDocsToCopy() {}
       
    51 
       
    52   /**
       
    53    * {@inheritDoc}
       
    54    */
       
    55   @Deprecated
       
    56   public void func1() {}
       
    57 
       
    58   /**
       
    59    * deprecated with comments
       
    60    */
       
    61   @Deprecated
       
    62   public void func2() {}
       
    63 
       
    64   /**
       
    65    * {@inheritDoc}
       
    66    */
       
    67   public void func3() {}
       
    68 
    51 }
    69 }