Skip to content

Commit 4969f03

Browse files
committed
Fix compilation error introduced by msgid support
1 parent 2709ad3 commit 4969f03

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/kitteh/irc/client/library/feature/twitch/messagetag

1 file changed

+1
-1
lines changed

src/main/java/org/kitteh/irc/client/library/feature/twitch/messagetag/MsgId.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class MsgId extends MessageTagManager.DefaultMessageTag {
4141
* Function to create this message tag.
4242
*/
4343
@SuppressWarnings("ConstantConditions")
44-
public static final TriFunction<Client, String, String, MsgId> FUNCTION = (client, name, value) -> new MsgId(name, value);
44+
public static final TriFunction<Client, String, String, org.kitteh.irc.client.library.feature.twitch.messagetag.MsgId> FUNCTION = (client, name, value) -> new org.kitteh.irc.client.library.feature.twitch.messagetag.MsgId(name, value);
4545

4646
/**
4747
* Known msg id values, according to Twitch documentation.

0 commit comments

Comments
 (0)