Fixed documentation

This commit is contained in:
AlessioDP 2019-09-12 10:42:13 +02:00
parent 946fccaaa6
commit bd74b04c98
No known key found for this signature in database
GPG Key ID: B92B813840FFCC9F

View File

@ -114,8 +114,6 @@ public abstract class CustomObjective implements Listener {
/** /**
* Check whether to let user set required amount for objective * Check whether to let user set required amount for objective
*
* @param enableCount
*/ */
public boolean canShowCount() { public boolean canShowCount() {
return showCount; return showCount;
@ -124,7 +122,7 @@ public abstract class CustomObjective implements Listener {
/** /**
* Set whether to let user set required amount for objective * Set whether to let user set required amount for objective
* *
* @param enableCount * @param showCount
*/ */
public void setShowCount(boolean showCount) { public void setShowCount(boolean showCount) {
this.showCount = showCount; this.showCount = showCount;