Skip to content

Commit

Permalink
廃止予定文言を修正する
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Dec 16, 2024
1 parent 077745a commit 701f7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class SignalingChannelImpl @JvmOverloads constructor(
private val connectDataChannels: List<Map<String, Any>>? = null,
private val redirect: Boolean = false,
@Deprecated(
"2025 年 12 月に廃止します。",
"この項目は 2025 年 12 月リリース予定の Sora にて廃止されます",
ReplaceWith("forwardingFiltersOption"),
DeprecationLevel.WARNING
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ data class ConnectMessage(
val audioStreamingLanguageCode: String? = null,
@SerializedName("redirect") var redirect: Boolean? = null,
@Deprecated(
"2025 年 12 月に廃止します。",
"この項目は 2025 年 12 月リリース予定の Sora にて廃止されます",
ReplaceWith("forwardingFilters"),
DeprecationLevel.WARNING
)
Expand Down

0 comments on commit 701f7ba

Please sign in to comment.