BAEL-19 break long line

This commit is contained in:
Tomasz Lelek 2017-01-07 12:10:59 +01:00
parent 792f464952
commit 7b8d1dc6b2
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ class ItemService {
class ItemManager(val categoryId: String, val dbConnection: String) {
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
}