Fix for strange character encoding in Box Javadoc

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8451 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
sky..ok 14 years ago
parent 2ee53936fd
commit 8a4d2cbdd0
  1. 4
      engine/src/core/com/jme3/scene/shape/Box.java

@ -110,7 +110,7 @@ public class Box extends AbstractBox {
* Constructor instantiates a new <code>Box</code> object. * Constructor instantiates a new <code>Box</code> object.
* <p> * <p>
* The minimum and maximum point are provided, these two points define the * The minimum and maximum point are provided, these two points define the
* shape and size of the box but not its orientation or position. You should * shape and size of the box but not it's orientation or position. You should
* use the {@link #setLocalTranslation()} and {@link #setLocalRotation()} * use the {@link #setLocalTranslation()} and {@link #setLocalRotation()}
* methods to define those properties. * methods to define those properties.
* *
@ -132,7 +132,7 @@ public class Box extends AbstractBox {
/** /**
* Creates a clone of this box. * Creates a clone of this box.
* <p> * <p>
* The cloned box will have _clone appended to its name, but all other * The cloned box will have '_clone' appended to it's name, but all other
* properties will be the same as this box. * properties will be the same as this box.
*/ */
@Override @Override

Loading…
Cancel
Save