From 0a50629ac1539ef3400d41089613b518af10e4d1 Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Sun, 13 Jan 2019 10:16:25 +1100 Subject: [PATCH] Fix typo in TechnicalPiston documentation By: md_5 --- .../main/java/org/bukkit/block/data/type/TechnicalPiston.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper-api/src/main/java/org/bukkit/block/data/type/TechnicalPiston.java b/paper-api/src/main/java/org/bukkit/block/data/type/TechnicalPiston.java index ca6bfba319..257446d786 100644 --- a/paper-api/src/main/java/org/bukkit/block/data/type/TechnicalPiston.java +++ b/paper-api/src/main/java/org/bukkit/block/data/type/TechnicalPiston.java @@ -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);