BAEL-19 break long line
This commit is contained in:
parent
792f464952
commit
7b8d1dc6b2
|
@ -12,7 +12,8 @@ class ItemService {
|
||||||
class ItemManager(val categoryId: String, val dbConnection: String) {
|
class ItemManager(val categoryId: String, val dbConnection: String) {
|
||||||
var email = ""
|
var email = ""
|
||||||
|
|
||||||
constructor(categoryId: String, dbConnection: String, email: String) : this(categoryId, dbConnection) {
|
constructor(categoryId: String, dbConnection: String, email: String)
|
||||||
|
: this(categoryId, dbConnection) {
|
||||||
this.email = email
|
this.email = email
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue