You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
^
The text was updated successfully, but these errors were encountered:
lukespragg
changed the title
Javadoc warnings on compile with Gradle
Javadoc warnings on compile
Aug 12, 2014
The text was updated successfully, but these errors were encountered: