Skip to content

Commit db15451

Browse files
NiranjanNlctherajanmaurya
authored andcommitted
removed the empty constructor
1 parent 73e0e49 commit db15451

File tree

1 file changed

+1
-3
lines changed
  • core/model/src/main/java/com/mifos/mobilewallet/model/domain

1 file changed

+1
-3
lines changed

core/model/src/main/java/com/mifos/mobilewallet/model/domain/Account.kt

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ data class Account(
1313
var id: Long=0L,
1414
var productId: Long=0L,
1515
var currency: Currency,
16-
) : Parcelable {
17-
// constructor() : this("", "", "", 0.0, 0L, 0L, Currency())
18-
}
16+
) : Parcelable

0 commit comments

Comments
 (0)