mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
Fix typo in TechnicalPiston documentation
This commit is contained in:
parent
d4e8c8b3b3
commit
8736469c49
1 changed files with 2 additions and 2 deletions
|
@ -11,14 +11,14 @@ public interface TechnicalPiston extends Directional {
|
||||||
/**
|
/**
|
||||||
* Gets the value of the 'type' property.
|
* Gets the value of the 'type' property.
|
||||||
*
|
*
|
||||||
* @return the 'stage' value
|
* @return the 'type' value
|
||||||
*/
|
*/
|
||||||
Type getType();
|
Type getType();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the value of the 'type' property.
|
* Sets the value of the 'type' property.
|
||||||
*
|
*
|
||||||
* @param type the new ''type value
|
* @param type the new 'type' value
|
||||||
*/
|
*/
|
||||||
void setType(Type type);
|
void setType(Type type);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue