From 2ee53936fdc3c8444717277c836bca9c3a8818db Mon Sep 17 00:00:00 2001 From: "sky..ok" Date: Tue, 18 Oct 2011 21:12:53 +0000 Subject: [PATCH] Fix for incorrect Javadoc in Box git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8450 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- engine/src/core/com/jme3/scene/shape/Box.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/engine/src/core/com/jme3/scene/shape/Box.java b/engine/src/core/com/jme3/scene/shape/Box.java index e143ae0cf..b6b1828fd 100644 --- a/engine/src/core/com/jme3/scene/shape/Box.java +++ b/engine/src/core/com/jme3/scene/shape/Box.java @@ -80,7 +80,6 @@ public class Box extends AbstractBox { * the given amount in each direction. So, for example, a box * with extent of 0.5 would be the unit cube. * - * @param name the name of the box. * @param x the size of the box along the x axis, in both directions. * @param y the size of the box along the y axis, in both directions. * @param z the size of the box along the z axis, in both directions. @@ -97,7 +96,6 @@ public class Box extends AbstractBox { * the given amount in each direction. So, for example, a box * with extent of 0.5 would be the unit cube. * - * @param name the name of the box. * @param center the center of the box. * @param x the size of the box along the x axis, in both directions. * @param y the size of the box along the y axis, in both directions. @@ -116,7 +114,6 @@ public class Box extends AbstractBox { * use the {@link #setLocalTranslation()} and {@link #setLocalRotation()} * methods to define those properties. * - * @param name the name of the box. * @param min the minimum point that defines the box. * @param max the maximum point that defines the box. */