From 7d813b4e559a022b9d58a61955c240e57a7021e7 Mon Sep 17 00:00:00 2001 From: Daniel_M_Williams Date: Sun, 16 Sep 2018 19:51:52 -0400 Subject: [PATCH] [refactor] FlightConfiguration now optionally caches its calculated bounds. --- .../rocketcomponent/FlightConfiguration.java | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) 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