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

Javadoc warnings on compile #2

Open
lukespragg opened this issue Aug 12, 2014 · 0 comments
Open

Javadoc warnings on compile #2

lukespragg opened this issue Aug 12, 2014 · 0 comments

Comments

@lukespragg
Copy link
Member

lukespragg commented Aug 12, 2014

flow-events\src\main\java\com\flowpowered\events\Cause.java:38: warning: no @return
    public abstract T getSource();
                      ^
flow-events\src\main\java\com\flowpowered\events\Cause.java:50: warning: no @param for parent
    public Cause(Cause<?> parent) {
           ^
flow-events\src\main\java\com\flowpowered\events\EventParameter.java:37: warning: empty <p> tag
     * Set cancelled status. Events which wish to be cancellable should implement Cancellable and implement setCancelled as: <p>
                                             ^
flow-events\src\main\java\com\flowpowered\events\SimpleEvent.java:37: warning: empty <p> tag
     * Set cancelled status. Events which wish to be cancellable should implement Cancellable and implement setCancelled as: <p>
                                             ^
@lukespragg lukespragg changed the title Javadoc warnings on compile with Gradle Javadoc warnings on compile Aug 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant