From 75360a2f92d5d7686a7dddde36f51ee47ee69b1c Mon Sep 17 00:00:00 2001 From: MeFisto94 Date: Wed, 10 Feb 2016 20:51:15 +0100 Subject: [PATCH] Just a small javadoc issue that was catching my eye --- .../src/main/java/com/jme3/bullet/objects/PhysicsVehicle.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jme3-jbullet/src/main/java/com/jme3/bullet/objects/PhysicsVehicle.java b/jme3-jbullet/src/main/java/com/jme3/bullet/objects/PhysicsVehicle.java index 5cebd5edb..3d5463421 100644 --- a/jme3-jbullet/src/main/java/com/jme3/bullet/objects/PhysicsVehicle.java +++ b/jme3-jbullet/src/main/java/com/jme3/bullet/objects/PhysicsVehicle.java @@ -456,7 +456,7 @@ public class PhysicsVehicle extends PhysicsRigidBody { /** * Get the current forward vector of the vehicle in world coordinates * @param vector The object to write the forward vector values to. - * Passing null will cause a new {@link Vector3f) to be created. + * Passing null will cause a new {@link Vector3f} to be created. * @return The forward vector */ public Vector3f getForwardVector(Vector3f vector) {