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

Commit 21ed7c5

Browse files
committed
Removed all TODOs from framework and API. Open problems and enhancements are now stored in the github issues of the main project.
1 parent c6e5000 commit 21ed7c5

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/main/java/org/codeoverflow/chatoverflow/api/io/dto/chat/twitch/TwitchChannel.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import org.codeoverflow.chatoverflow.api.io.dto.Identifiable;
55

66
/**
7-
* TODO Find out for what this is used skateKappa
87
* The representation of channel of a twitch streamer
98
*/
109
public class TwitchChannel extends Channel implements Identifiable {
@@ -72,7 +71,6 @@ public Boolean getPartner() {
7271
}
7372

7473
/**
75-
* TODO Is this a timestamp or a formatted string?
7674
*
7775
* @return when the stream was created
7876
*/
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 twitch pubsub / tipeeestream and rework API
43
public interface TwitchSubscriptionEventInput extends SubscriptionEventInput {
54
}

src/main/java/org/codeoverflow/chatoverflow/api/io/input/stat/StatInput.java

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

66
import java.util.List;
77

8-
//TODO Needs a rework
98
public interface StatInput extends Input {
109
User getUser(String userName);
1110

0 commit comments

Comments
 (0)