From 786b0d144aa36730e24709dc6bcd33eecc654ab2 Mon Sep 17 00:00:00 2001 From: Justin Warmkessel Date: Wed, 15 Jan 2025 09:56:29 -0800 Subject: [PATCH] Remove optional comment --- .../api/shopperinsights/PresentmentDetails.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ShopperInsights/src/main/java/com/braintreepayments/api/shopperinsights/PresentmentDetails.kt b/ShopperInsights/src/main/java/com/braintreepayments/api/shopperinsights/PresentmentDetails.kt index c048f64520..d656375ef6 100644 --- a/ShopperInsights/src/main/java/com/braintreepayments/api/shopperinsights/PresentmentDetails.kt +++ b/ShopperInsights/src/main/java/com/braintreepayments/api/shopperinsights/PresentmentDetails.kt @@ -4,8 +4,8 @@ package com.braintreepayments.api.shopperinsights * Initializes a new PresentmentDetails instance * * @property type An ExperimentType that is either a control or test type - * @property buttonOrder optional Represents this buttons order in context of other buttons. - * @property pageType optional Represents the page or view the button is rendered on. + * @property buttonOrder Represents this buttons order in context of other buttons. + * @property pageType Represents the page or view the button is rendered on. */ data class PresentmentDetails( val type: ExperimentType,