Skip to content

Commit

Permalink
Updated package path for matcher extension file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sigpie committed Oct 14, 2019
1 parent 1793fef commit 318a802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/won/bot/debugbot/impl/DebugBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import won.bot.framework.eventbot.event.Event;
import won.bot.framework.eventbot.event.impl.command.close.CloseCommandSuccessEvent;
import won.bot.framework.eventbot.event.impl.lifecycle.ActEvent;
import won.bot.framework.eventbot.event.impl.matcher.MatcherExtensionAtomCreatedEvent;
import won.bot.framework.eventbot.event.impl.wonmessage.*;
import won.bot.framework.eventbot.filter.impl.AtomUriInNamedListFilter;
import won.bot.framework.eventbot.filter.impl.NotFilter;
Expand All @@ -35,6 +34,7 @@
import won.bot.framework.eventbot.listener.impl.ActionOnEventListener;
import won.bot.framework.extensions.matcher.MatcherBehaviour;
import won.bot.framework.extensions.matcher.MatcherExtension;
import won.bot.framework.extensions.matcher.MatcherExtensionAtomCreatedEvent;
import won.protocol.model.SocketType;

import java.net.URI;
Expand All @@ -54,7 +54,7 @@ public class DebugBot extends EventBot implements MatcherExtension {
protected BaseEventListener autoOpener;
protected BaseEventListener messageFromOtherAtomListener;
protected BaseEventListener usageMessageSender;
private int registrationMatcherRetryInterval = 30000;
private long registrationMatcherRetryInterval = 30000L;
private MatcherBehaviour matcherBehaviour;

public void setRegistrationMatcherRetryInterval(final int registrationMatcherRetryInterval) {
Expand Down

0 comments on commit 318a802

Please sign in to comment.