Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit c6e5000

Browse files
committed
Updated all remaining TODOs.
1 parent 9745179 commit c6e5000

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

src/main/java/org/codeoverflow/chatoverflow/api/io/input/chat/YouTubeChatInput.java

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/main/java/org/codeoverflow/chatoverflow/api/io/input/event/EventInput.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22

33
import org.codeoverflow.chatoverflow.api.io.input.Input;
44

5-
//TODO implement
65
public interface EventInput extends Input {
76
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
package org.codeoverflow.chatoverflow.api.io.input.event;
22

3-
//TODO implement
43
public interface SubscriptionEventInput extends EventInput {
54
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package org.codeoverflow.chatoverflow.api.io.input.event;
22

3-
//TODO implement
3+
// TODO: Implement twitch pubsub / tipeeestream and rework API
44
public interface TwitchSubscriptionEventInput extends SubscriptionEventInput {
55
}

0 commit comments

Comments
 (0)