Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix javadoc errors and warning #98

Merged
merged 2 commits into from
Jul 14, 2020
Merged

Commits on Jul 14, 2020

  1. Fix javadoc errors

    ```
    [ERROR] .../src/main/java/org/codehaus/mojo/buildhelper/ParseVersionMojo.java:131: warning - Tag @see:illegal character: "47" in "https://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html#syntax"
    ```
    
    I believe we shall follow the *Form 2* of `@see` as described in javadoc
    reference.
    pzygielo committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    9efdffe View commit details
    Browse the repository at this point in the history
  2. Fix javadoc warning

    ```
    [WARNING] .../src/main/java/org/codehaus/mojo/buildhelper/ReserveListenerPortMojo.java:119: warning: empty <p> tag
    [WARNING] * </p>
    ```
    pzygielo committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    524fcef View commit details
    Browse the repository at this point in the history