Commit 8a757481c5915cd3a53f65b9975c38e208c28542
1 parent
4568e1a6
ToastUtil removes the default constructor
Showing
1 changed file
with
1 additions
and
1 deletions
cnlive/src/main/java/com/cnlive/libs/base/util/ToastUtil.java
| @@ -34,7 +34,7 @@ public class ToastUtil { | @@ -34,7 +34,7 @@ public class ToastUtil { | ||
| 34 | return new Build(); | 34 | return new Build(); |
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | - public ToastUtil(Context context) { | 37 | + private ToastUtil(Context context) { |
| 38 | this.context = context; | 38 | this.context = context; |
| 39 | } | 39 | } |
| 40 | 40 |