Removed a bit of commented out dead code.

cleanup_build_scripts
Paul Speed 9 years ago
parent 8bc2348046
commit 68425480cb
  1. 2
      jme3-core/src/main/java/com/jme3/util/clone/Cloner.java

@ -202,7 +202,7 @@ public class Cloner {
}
// See if there is a custom function... that trumps everything.
CloneFunction<T> f = getCloneFunction(type); //(CloneFunction<T>)functions.get(type);
CloneFunction<T> f = getCloneFunction(type);
if( f != null ) {
T result = f.cloneObject(this, object);

Loading…
Cancel
Save