Rework the CustomExpression evaluation to use SimulationListeners. Removed the OpenR...
[debian/openrocket] / core / src / net / sf / openrocket / document / OpenRocketDocument.java
index c7719346b36b440633dbdeae9594ff6613645025..06422181417b3090d8e2b51e2043461f5614ab7a 100644 (file)
@@ -117,7 +117,7 @@ public class OpenRocketDocument implements ComponentChangeListener {
                customExpressions.remove(expression);
        }
        
-       public ArrayList<CustomExpression> getCustomExpressions(){
+       public List<CustomExpression> getCustomExpressions(){
                return customExpressions;
        }