User: juhalindfors Date: 01/12/01 09:29:31 Modified: src/main/org/jboss/verifier/event VerificationEventGeneratorSupport.java Log: adding wasn't the optimal way of removing a listener Revision Changes Path 1.4 +3 -3 jboss/src/main/org/jboss/verifier/event/VerificationEventGeneratorSupport.java Index: VerificationEventGeneratorSupport.java =================================================================== RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/verifier/event/VerificationEventGeneratorSupport.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- VerificationEventGeneratorSupport.java 2001/01/03 08:28:43 1.3 +++ VerificationEventGeneratorSupport.java 2001/12/01 17:29:30 1.4 @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * This package and its source code is available at www.jboss.org - * $Id: VerificationEventGeneratorSupport.java,v 1.3 2001/01/03 08:28:43 tobias Exp $ + * $Id: VerificationEventGeneratorSupport.java,v 1.4 2001/12/01 17:29:30 juhalindfors Exp $ * * You can reach the author by sending email to [EMAIL PROTECTED] */ @@ -43,7 +43,7 @@ * @see << OTHER RELATED CLASSES >> * * @author Juha Lindfors - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @since JDK 1.3 */ public class VerificationEventGeneratorSupport extends EventGeneratorSupport { @@ -65,7 +65,7 @@ public void removeVerificationListener(VerificationListener listener) { - super.addListener(listener); + super.removeListener(listener); }
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development