From ecc1b9538b79fd1158762c262067f8a17489e298 Mon Sep 17 00:00:00 2001 From: Matthew Pope <81593196+popematt@users.noreply.github.com> Date: Thu, 7 Dec 2023 08:51:14 -0800 Subject: [PATCH] Update src/com/amazon/ionelement/api/MutableStructFields.kt --- src/com/amazon/ionelement/api/MutableStructFields.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/com/amazon/ionelement/api/MutableStructFields.kt b/src/com/amazon/ionelement/api/MutableStructFields.kt index 984d73e..1091dca 100644 --- a/src/com/amazon/ionelement/api/MutableStructFields.kt +++ b/src/com/amazon/ionelement/api/MutableStructFields.kt @@ -27,8 +27,6 @@ public interface MutableStructFields : MutableCollection { * 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)