Skip to content

Commit

Permalink
перенс утилиты в отдельный пакет
Browse files Browse the repository at this point in the history
  • Loading branch information
trofimovaa authored and trofimovaa committed Apr 12, 2017
1 parent db777ca commit 21c4e7c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/com/app/model/AbstractWorker.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.app.model

import com.app.utils.*
import com.google.common.base.*
import java.time.*

Expand Down
1 change: 1 addition & 0 deletions src/com/app/model/HourWorker.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.app.model

import com.app.utils.*
import com.google.common.base.*
import java.time.*

Expand Down
1 change: 1 addition & 0 deletions src/com/app/model/WageWorker.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.app.model

import com.app.utils.*
import com.google.common.base.*
import java.time.*

Expand Down
2 changes: 2 additions & 0 deletions src/com/app/model/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
value = LocalDateAdapter.class)
package com.app.model;

import com.app.utils.LocalDateAdapter;

import javax.xml.bind.annotation.adapters.*;
import java.time.*;
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.app.model;
package com.app.utils;

import javax.xml.bind.annotation.adapters.*;
import java.time.*;
Expand Down
2 changes: 1 addition & 1 deletion src/com/app/model/utils.kt → src/com/app/utils/utils.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.app.model
package com.app.utils

/**
* Created by IntelliJ IDEA.<br>
Expand Down

0 comments on commit 21c4e7c

Please sign in to comment.