[Doc] Updated function Javadocs
This commit is contained in:
parent
6d70cc61f1
commit
443b4b9a35
@ -435,8 +435,13 @@ public class FlightConfiguration implements FlightConfigurableParameter<FlightCo
|
||||
}
|
||||
|
||||
/**
|
||||
* Perform a deep-clone. The object references are also cloned and no
|
||||
* listeners are listening on the cloned object. The rocket instance remains the same.
|
||||
* Perform a shallow-clone; copies configuration fields only.
|
||||
*
|
||||
* Preserved:
|
||||
* - components
|
||||
* - motors
|
||||
* - configurables
|
||||
*
|
||||
*/
|
||||
@Override
|
||||
public FlightConfiguration clone() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user