[Doc] Updated function Javadocs

This commit is contained in:
Daniel_M_Williams 2016-10-22 18:53:59 -04:00
parent 6d70cc61f1
commit 443b4b9a35

View File

@ -435,8 +435,13 @@ public class FlightConfiguration implements FlightConfigurableParameter<FlightCo
} }
/** /**
* Perform a deep-clone. The object references are also cloned and no * Perform a shallow-clone; copies configuration fields only.
* listeners are listening on the cloned object. The rocket instance remains the same. *
* Preserved:
* - components
* - motors
* - configurables
*
*/ */
@Override @Override
public FlightConfiguration clone() { public FlightConfiguration clone() {