13
0
geforkt von Mirrors/Paper

Fix typo in TechnicalPiston documentation

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2019-01-13 10:16:25 +11:00
Ursprung 98f0d85f7a
Commit 0a50629ac1

Datei anzeigen

@ -11,14 +11,14 @@ public interface TechnicalPiston extends Directional {
/**
* Gets the value of the 'type' property.
*
* @return the 'stage' value
* @return the 'type' value
*/
Type getType();
/**
* Sets the value of the 'type' property.
*
* @param type the new ''type value
* @param type the new 'type' value
*/
void setType(Type type);