mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
コンストラクタインジェクションできなかったので修正
This commit is contained in:
parent
a0a730a6a9
commit
20575e115c
|
@ -13,6 +13,10 @@ import one.nem.lacerta.utils.repository.FileUtils;
|
||||||
public class RepoUtils {
|
public class RepoUtils {
|
||||||
// Internal Utils
|
// Internal Utils
|
||||||
|
|
||||||
|
@Inject // TODO-rca: 実装を切り離す?
|
||||||
|
RepoUtils() {
|
||||||
|
}
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
FileUtils fileUtils;
|
FileUtils fileUtils;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user