From 33c9e6041bf17f29b30a4a43e5219eb665a6ae5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=A4rtner?= Date: Tue, 1 Jul 2014 17:53:46 +0200 Subject: [PATCH] [Bounding] Minor JavaDoc fix --- jme3-core/src/main/java/com/jme3/bounding/BoundingVolume.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jme3-core/src/main/java/com/jme3/bounding/BoundingVolume.java b/jme3-core/src/main/java/com/jme3/bounding/BoundingVolume.java index 8a2b87cd1..5505d4b27 100644 --- a/jme3-core/src/main/java/com/jme3/bounding/BoundingVolume.java +++ b/jme3-core/src/main/java/com/jme3/bounding/BoundingVolume.java @@ -121,7 +121,7 @@ public abstract class BoundingVolume implements Savable, Cloneable, Collidable { * @param trans * the transform to affect the bound. * @param store - * sphere to store result in + * bounding volume to store result in * @return the new bounding volume. */ public abstract BoundingVolume transform(Transform trans, BoundingVolume store);