diff --git a/paper-api/pom.xml b/paper-api/pom.xml index 28467cf759..345a2161ac 100644 --- a/paper-api/pom.xml +++ b/paper-api/pom.xml @@ -11,7 +11,7 @@ org.bukkit bukkit - 1.9.2-R0.1-SNAPSHOT + 1.9.4-R0.1-SNAPSHOT jar Bukkit diff --git a/paper-api/src/main/java/org/bukkit/util/EulerAngle.java b/paper-api/src/main/java/org/bukkit/util/EulerAngle.java index 7778710cf4..f5c2773ebb 100644 --- a/paper-api/src/main/java/org/bukkit/util/EulerAngle.java +++ b/paper-api/src/main/java/org/bukkit/util/EulerAngle.java @@ -20,8 +20,8 @@ public class EulerAngle { * passed angle in radians * * @param x the angle for the x axis in radians - * @param y the angle for the x axis in radians - * @param z the angle for the x axis in radians + * @param y the angle for the y axis in radians + * @param z the angle for the z axis in radians */ public EulerAngle(double x, double y, double z) { this.x = x;