Skip to content

Commit 7184b54

Browse files
committed
Remove outdated TODOs
1 parent 5fd027d commit 7184b54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/src/main/java/dev/freya02/discord/zstd/api/DiscordZstd.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
@NullMarked
88
public interface DiscordZstd {
9-
// TODO rename type
109
/**
1110
* Creates a new {@link DiscordZstdContext}.
1211
* <br>This is used to keep track of streaming decompression after each input is consumed via an {@link InputStream}.
@@ -15,7 +14,6 @@ public interface DiscordZstd {
1514
*/
1615
DiscordZstdContext createContext();
1716

18-
// TODO rename type
1917
/**
2018
* Creates a new {@link DiscordZstdDecompressorFactory} with the provided decompression buffer size.
2119
*

0 commit comments

Comments
 (0)