mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
(リファクタ機能に巻き込まれたファイル)
This commit is contained in:
parent
6069d1eb1c
commit
ee448ad2e5
|
@ -1,16 +1,12 @@
|
|||
package one.nem.lacerta.data.impl;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
import java.nio.file.Path;
|
||||
import java.util.Objects;
|
||||
|
||||
import javax.inject.Inject;
|
||||
|
||||
import dagger.hilt.android.qualifiers.ApplicationContext;
|
||||
import one.nem.lacerta.data.repository.Commons;
|
||||
|
||||
import one.nem.lacerta.utils.repository.FileUtils;
|
||||
import one.nem.lacerta.utils.repository.DeviceInfoUtils;
|
||||
|
||||
public class CommonsImpl implements Commons{
|
||||
|
||||
|
@ -19,7 +15,7 @@ public class CommonsImpl implements Commons{
|
|||
}
|
||||
|
||||
@Inject
|
||||
FileUtils fileUtils;
|
||||
DeviceInfoUtils fileUtils;
|
||||
|
||||
public Path getExternalFilesDirPath(String type) {
|
||||
return fileUtils.getExternalFilesDirPath(type);
|
||||
|
|
|
@ -6,7 +6,6 @@ import javax.inject.Inject;
|
|||
|
||||
import one.nem.lacerta.data.repository.DebugFunc;
|
||||
import one.nem.lacerta.source.jgit.RepoUtils;
|
||||
import one.nem.lacerta.utils.repository.FileUtils;
|
||||
|
||||
public class DebugFuncImpl implements DebugFunc {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user