Fix JavaDoc

This commit is contained in:
tastybento 2019-03-23 15:48:14 -07:00
parent 30b4598ef5
commit 0716a09470

View File

@ -900,7 +900,7 @@ public class Settings implements DataObject, WorldSettings {
} }
/** /**
* @param set the hidden flags * @param hiddenFlags the hidden flags to set
*/ */
public void setHiddenFlags(List<String> hiddenFlags) { public void setHiddenFlags(List<String> hiddenFlags) {
this.hiddenFlags = hiddenFlags; this.hiddenFlags = hiddenFlags;