From 99b0345ca6bb20c2f813cfb510ebcbad66848fe8 Mon Sep 17 00:00:00 2001 From: TomyLobo Date: Sun, 8 Jan 2012 16:18:16 +0100 Subject: [PATCH] Fixed a javadoc in Vector.java. --- src/main/java/com/sk89q/worldedit/Vector.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/sk89q/worldedit/Vector.java b/src/main/java/com/sk89q/worldedit/Vector.java index 13dbb2428..a1bcd7991 100644 --- a/src/main/java/com/sk89q/worldedit/Vector.java +++ b/src/main/java/com/sk89q/worldedit/Vector.java @@ -496,10 +496,10 @@ public class Vector { } /** - * Gets the dot product of this and another vector. + * Gets the cross product of this and another vector. * * @param other - * @return the dot product of this and the other vector + * @return the cross product of this and the other vector */ public Vector cross(Vector other) { return new Vector(