Skip to content

Commit 34c4430

Browse files
github-actions[bot]github-actions
andauthored
Codes are generated by openapi generator (#1486)
Co-authored-by: github-actions <github-actions@github.com>
1 parent f931b45 commit 34c4430

File tree

1 file changed

+1
-1
lines changed
  • clients/line-bot-messaging-api-client/src/main/java/com/linecorp/bot/messaging/model

1 file changed

+1
-1
lines changed

clients/line-bot-messaging-api-client/src/main/java/com/linecorp/bot/messaging/model/TextMessageV2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public record TextMessageV2(
4444
/** Get text */
4545
@JsonProperty("text") String text,
4646
/**
47-
* A mapping that specifies substitutions for parts enclosed in {} within the &#39;text&#39;
47+
* A mapping that specifies substitutions for parts enclosed in {} within the &#x60;text&#x60;
4848
* field.
4949
*/
5050
@JsonProperty("substitution") Map<String, SubstitutionObject> substitution,

0 commit comments

Comments
 (0)