Wing Yew Poon created BIGTOP-745:
------------------------------------

             Summary: fix incorrect javadocs in test framework
                 Key: BIGTOP-745
                 URL: https://issues.apache.org/jira/browse/BIGTOP-745
             Project: Bigtop
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 0.5.0
            Reporter: Wing Yew Poon
            Assignee: Wing Yew Poon
            Priority: Minor
             Fix For: 0.5.0


When I run mvn javadoc:javadoc in bigtop-test-framework/ to generate the 
javadoc, I see the following warnings:

{noformat}
3 warnings
[WARNING] Javadoc Warnings
[WARNING] 
/Users/wypoon/work/git/apache/bigtop/bigtop-test-framework/target/generated-sources/groovy-stubs/main/org/apache/bigtop/itest/pmanager/PackageInstance.java:130:
 warning - @return tag cannot be used in method with void return type.
[WARNING] 
/Users/wypoon/work/git/apache/bigtop/bigtop-test-framework/target/generated-sources/groovy-stubs/main/org/apache/bigtop/itest/pmanager/PackageManager.java:158:
 warning - @param argument "version" is not a parameter name.
[WARNING] 
/Users/wypoon/work/git/apache/bigtop/bigtop-test-framework/target/generated-sources/groovy-stubs/main/org/apache/bigtop/itest/pmanager/PackageManager.java:167:
 warning - @param argument "version" is not a parameter name.
{noformat}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to