From 9fe02e03366c4dd88398fed78966ce3f5945010e Mon Sep 17 00:00:00 2001 From: Alejo Date: Tue, 20 Jun 2023 10:32:19 -0600 Subject: [PATCH] fix checkstyle warning --- .../kotlin/org/wordpress/android/fluxc/model/WCProductModel.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/model/WCProductModel.kt b/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/model/WCProductModel.kt index 9e192b4f67..211be93139 100644 --- a/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/model/WCProductModel.kt +++ b/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/model/WCProductModel.kt @@ -27,7 +27,6 @@ import org.wordpress.android.util.AppLog.T */ @Table(addOn = WellSqlConfig.ADDON_WOOCOMMERCE) data class WCProductModel(@PrimaryKey @Column private var id: Int = 0) : Identifiable { - @Column var localSiteId = 0 @Column var remoteProductId = 0L // The unique identifier for this product on the server val remoteId