Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / core / src / net / sf / openrocket / rocketcomponent / Rocket.java
index 226f9527c68ce585d722bcf380c0a5505fdefd22..d493ca493b98a563c25b7b5875f2a0a97b245260 100644 (file)
@@ -42,7 +42,7 @@ public class Rocket extends RocketComponent {
         * List of component change listeners.
         */
        private List<EventListener> listenerList = new ArrayList<EventListener>();
-       
+               
        /**
         * When freezeList != null, events are not dispatched but stored in the list.
         * When the structure is thawed, a single combined event will be fired.
@@ -121,9 +121,6 @@ public class Rocket extends RocketComponent {
                fireComponentChangeEvent(ComponentChangeEvent.NONFUNCTIONAL_CHANGE);
        }
        
-       
-
-
        /**
         * Return the number of stages in this rocket.
         *