Browse Source

Fix for strange character encoding in Box Javadoc

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

+ 2 - 2
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.
      * <p>
      * 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()}
      * methods to define those properties.
      * 
@@ -132,7 +132,7 @@ public class Box extends AbstractBox {
     /**
      * Creates a clone of this box.
      * <p>
-     * The cloned box will have ‘_clone’ appended to it’s 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.
      */
     @Override