Skip to content

Commit 54038f1

Browse files
committed
Fix javadoc
1 parent cf0c7ef commit 54038f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/net/dv8tion/jda/api/events/interaction/command/GenericCommandInteractionEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public ModalCallbackAction replyModal(@Nonnull Modal modal)
124124
}
125125

126126
/**
127-
* @deprecated Replaced with {@link net.dv8tion.jda.api.interactions.components.buttons.Button#premium(net.dv8tion.jda.api.entities.SkuSnowflake) Button.premium(SkuSnowflake)},
127+
* @deprecated Replaced with {@link net.dv8tion.jda.api.components.button.Button#premium(net.dv8tion.jda.api.entities.SkuSnowflake) Button.premium(SkuSnowflake)},
128128
* see the <a href="https://discord.com/developers/docs/change-log#premium-apps-new-premium-button-style-deep-linking-url-schemes" target="_blank">Discord change logs</a> for more details.
129129
*/
130130
@Nonnull

src/main/java/net/dv8tion/jda/api/events/interaction/component/GenericComponentInteractionCreateEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public ModalCallbackAction replyModal(@Nonnull Modal modal)
131131
}
132132

133133
/**
134-
* @deprecated Replaced with {@link net.dv8tion.jda.api.interactions.components.buttons.Button#premium(net.dv8tion.jda.api.entities.SkuSnowflake) Button.premium(SkuSnowflake)},
134+
* @deprecated Replaced with {@link net.dv8tion.jda.api.components.button.Button#premium(net.dv8tion.jda.api.entities.SkuSnowflake) Button.premium(SkuSnowflake)},
135135
* see the <a href="https://discord.com/developers/docs/change-log#premium-apps-new-premium-button-style-deep-linking-url-schemes" target="_blank">Discord change logs</a> for more details.
136136
*/
137137
@Nonnull

0 commit comments

Comments
 (0)