Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Commit 99b0989

Browse files
committed
fix: Unnecessary override
1 parent 0205b53 commit 99b0989

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/com/mewna/catnip/entity/impl/channel/VoiceChannelImpl.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,4 @@ public boolean equals(final Object obj) {
8686
public String toString() {
8787
return String.format("VoiceChannel (%s)", name);
8888
}
89-
90-
@Nullable
91-
@Override
92-
public String topic() {
93-
return null;
94-
}
9589
}

0 commit comments

Comments
 (0)