fixed a typo

define_list_fix
Ali-RS 8 years ago committed by GitHub
parent aa839beb71
commit bdd15b7f3e
  1. 2
      jme3-core/src/main/java/com/jme3/util/clone/JmeCloneable.java

@ -49,7 +49,7 @@ package com.jme3.util.clone;
*
* <p>Cloning of a JmeCloneable object is done in two parts. First,
* the standard Java clone() method is called to create a shallow clone
* of the object. Second, the cloner wil lcall the cloneFields() method
* of the object. Second, the cloner will call the cloneFields() method
* to let the object deep clone any of its fields that should be cloned.</p>
*
* <p>This two part process is necessary to facilitate circular references.

Loading…
Cancel
Save