Merge pull request #156 from ChristianGaertner/patch-1

[Bounding] Minor JavaDoc fix
This commit is contained in:
Rémy Bouquet 2014-08-14 10:11:31 +02:00
commit 37b6a2063a

View File

@ -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);