Skip to content

Commit

Permalink
fix checkstyle warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejo committed Jun 20, 2023
1 parent a4e1737 commit 9fe02e0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fe02e0

Please sign in to comment.