diff --git a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java index d64c0aa85..ae14b7734 100644 --- a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java +++ b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java @@ -404,7 +404,7 @@ public class FlightConfiguration implements FlightConfigurableParameterCollection containing coordinates bounding the rocket. * - * @deprecated Migrate to FlightConfiguration#BoundingBox, when practical. + * @deprecated Migrate to .getBoundingBox(), when practical. */ @Deprecated public Collection getBounds() { @@ -414,27 +414,27 @@ public class FlightConfiguration implements FlightConfigurableParameter