Javadoc fix

This commit is contained in:
Daniel Saukel 2020-02-02 03:09:22 +01:00
parent 68f6b19cd5
commit a5b1e85148

View File

@ -21,8 +21,8 @@ import org.bukkit.block.Sign;
import org.bukkit.entity.Player; import org.bukkit.entity.Player;
/** /**
* A sign that performs a specific action every time it is triggered. It can have, but typically does not have a state. Consider using {@link Deactivatable) for * A sign that performs a specific action every time it is triggered. It can have, but typically does not have a state. Consider using {@link Deactivatable)}
* sign that change themselves when they are triggered. * for signs that change themselves when they are triggered.
* <p> * <p>
* For example, a classes sign with the default interact trigger sets your class every time you punch it. * For example, a classes sign with the default interact trigger sets your class every time you punch it.
* *