Fix javadoc build
This commit is contained in:
@@ -45,7 +45,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ /**
|
+ /**
|
||||||
+ * Sets whether a leash item should be dropped.
|
+ * Sets whether a leash item should be dropped.
|
||||||
+ *
|
+ *
|
||||||
+ * @return Whether the leash item should be dropped
|
+ * @param dropLeash Whether the leash item should be dropped
|
||||||
+ */
|
+ */
|
||||||
+ public void setDropLeash(boolean dropLeash) {
|
+ public void setDropLeash(boolean dropLeash) {
|
||||||
+ this.dropLeash = dropLeash;
|
+ this.dropLeash = dropLeash;
|
||||||
|
|||||||
Reference in New Issue
Block a user