Skip to content

Commit bac3411

Browse files
committed
camel not snake
1 parent 157fc32 commit bac3411

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

slack-api-model/src/main/java/com/slack/api/model/EntityMetadata.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ public static class BooleanField {
165165
private String description;
166166

167167
// or text-based
168-
private String true_text;
169-
private String true_description;
170-
private String false_text;
171-
private String false_description;
168+
private String trueText;
169+
private String trueDescription;
170+
private String falseText;
171+
private String falseDescription;
172172
}
173173

174174
@Data

0 commit comments

Comments
 (0)