Javadoc fix

This commit is contained in:
Daniel Saukel 2020-02-02 03:11:28 +01:00
parent a5b1e85148
commit 8026cb9ec5

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)} * 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
* for signs that change themselves when they are triggered. * 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.
* *