From a44c90d5225b99d2dd3ff1fd0520d8e015e7d7f2 Mon Sep 17 00:00:00 2001 From: JoePfeiffer Date: Sat, 12 Sep 2020 14:49:21 -0600 Subject: [PATCH] Since FlightConfiguration:getContextListAt() is now only returning contexts which are active, change name to getActiveContextListAt(). Note that it's only ever called from FlightConfiguration:getActiveInstances() and recursively, so this is making the two method names consistent. --- .../sf/openrocket/rocketcomponent/FlightConfiguration.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java index 9fbde793f..3848d88de 100644 --- a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java +++ b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java @@ -289,11 +289,11 @@ public class FlightConfiguration implements FlightConfigurableParameter