mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +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 {
|
||||
// Internal Utils
|
||||
|
||||
@Inject // TODO-rca: 実装を切り離す?
|
||||
RepoUtils() {
|
||||
}
|
||||
|
||||
@Inject
|
||||
FileUtils fileUtils;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user