test/langtools/jdk/javadoc/doclet/testMethodTypes/pkg1/A.java
changeset 48442 3b00541635f9
parent 47216 71c04702a3d5
equal deleted inserted replaced
48441:9c37fbceb579 48442:3b00541635f9
     1 /*
     1 /*
     2  * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    42     public final void setStub() {
    42     public final void setStub() {
    43     }
    43     }
    44 
    44 
    45     /**
    45     /**
    46      * This is the third concrete instance method.
    46      * This is the third concrete instance method.
       
    47      * @return a string
    47      */
    48      */
    48     public String getParameter() {
    49     public String getParameter() {
    49          return "test";
    50          return "test";
    50      }
    51      }
    51 
    52