Hi.
The constructor of StopMonitor which receives a String as a channel ID is empty:
public StopMonitorAction(String channel)
{
}
should be:
public StopMonitorAction(String channel)
{
this.channel = channel;
}
I don't now if this is the correct mailing list to send to for a bug/fix report.
Sorry if it isn't
--
============================
Jan Gerryt du Toit
Software Developer
DecisionWorx
Cell : +27721769536
============================
|