Skip to content

Commit

Permalink
Update src/main/java/com/amazon/ion/impl/SystemSymbols_1_1.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Pope <[email protected]>
  • Loading branch information
jobarr-amzn and popematt authored Oct 29, 2024
1 parent 88cbd2c commit 917bf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/amazon/ion/impl/SystemSymbols_1_1.kt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ enum class SystemSymbols_1_1(val id: Int, val text: String) {
fun allSymbolTexts() = ALL_SYMBOL_TEXTS

/**
* Returns true if the [id] is a valid system symbol ID.*/
/** Returns true if the [id] is a valid system symbol ID.*/
@JvmStatic
operator fun contains(id: Int): Boolean {
return id > 0 && id <= SystemSymbols_1_1.ALL_VALUES.size
Expand Down

0 comments on commit 917bf0a

Please sign in to comment.