[Bounding] Minor JavaDoc fix

experimental
Christian Gärtner 11 years ago
parent 7356b727c3
commit 33c9e6041b
  1. 2
      jme3-core/src/main/java/com/jme3/bounding/BoundingVolume.java

@ -121,7 +121,7 @@ public abstract class BoundingVolume implements Savable, Cloneable, Collidable {
* @param trans * @param trans
* the transform to affect the bound. * the transform to affect the bound.
* @param store * @param store
* sphere to store result in * bounding volume to store result in
* @return the new bounding volume. * @return the new bounding volume.
*/ */
public abstract BoundingVolume transform(Transform trans, BoundingVolume store); public abstract BoundingVolume transform(Transform trans, BoundingVolume store);

Loading…
Cancel
Save