Skip to content

Commit c3724c0

Browse files
committed
remove StringRepresentable from PushReaction
1 parent 2942087 commit c3724c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/spongepowered/api/data/type/PushReaction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
import org.spongepowered.api.util.annotation.CatalogedBy;
2929

3030
@CatalogedBy(PushReactions.class)
31-
public interface PushReaction extends DefaultedRegistryValue<PushReaction>, StringRepresentable {
31+
public interface PushReaction extends DefaultedRegistryValue<PushReaction> {
3232

3333
}

0 commit comments

Comments
 (0)