Skip to content

Commit

Permalink
Update src/com/amazon/ionelement/api/MutableStructFields.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt authored Dec 7, 2023
1 parent 8d00943 commit ecc1b95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/com/amazon/ionelement/api/MutableStructFields.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ public interface MutableStructFields : MutableCollection<StructField> {
* If one or more fields with the specified name already exists, this replaces all of them with the value provided.
*
* Otherwise, a new field with the given name and value is added to the collection.
*
* Returns true if a field was replaced.
*/
public operator fun set(fieldName: String, value: IonElement)

Expand Down

0 comments on commit ecc1b95

Please sign in to comment.