From bcc4026e80c1a706e3f8b8d5b976b5ef5394fdf3 Mon Sep 17 00:00:00 2001 From: Bill Kuker Date: Mon, 22 Nov 2010 15:28:18 +0000 Subject: [PATCH 1/1] --- src/com/billkuker/rocketry/motorsim/ChangeListening.aj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/billkuker/rocketry/motorsim/ChangeListening.aj b/src/com/billkuker/rocketry/motorsim/ChangeListening.aj index fb04929..8eb7de2 100644 --- a/src/com/billkuker/rocketry/motorsim/ChangeListening.aj +++ b/src/com/billkuker/rocketry/motorsim/ChangeListening.aj @@ -21,7 +21,7 @@ public aspect ChangeListening { } public void Subject.removePropertyChangeListener(PropertyChangeListener l) { - pcs.addPropertyChangeListener(l); + pcs.removePropertyChangeListener(l); } public void Subject.firePropertyChange(PropertyChangeEvent e) { -- 2.30.2