Skip to content

Commit

Permalink
feat: Add getStringOrDefault method to FieldValue
Browse files Browse the repository at this point in the history
  • Loading branch information
PhongChuong committed Apr 19, 2024
1 parent ebd8f24 commit f3a73be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public String getStringValue() {

/**
* Returns this field's value as a {@link String}, or defaultValue if {@link #isNull()} returns
* {@code true}. See {@link #getStringValue()} for more details .
* {@code true}. See {@link #getStringValue()} for more details.
*
* @throws ClassCastException if the field is not a primitive type
*/
Expand Down

0 comments on commit f3a73be

Please sign in to comment.