リファクタ, 微修正 #65

Merged
Fujimatsu merged 16 commits from improve/improve1 into main 2024-06-13 07:19:53 +00:00
Showing only changes of commit 9b5d73e7a9 - Show all commits

View File

@ -9,7 +9,7 @@ import one.nem.kidshift.utils.KSLogger;
public class RewardDataDummyImpl implements RewardData { public class RewardDataDummyImpl implements RewardData {
private Faker faker; private final Faker faker;
@Inject @Inject
KSLogger logger; KSLogger logger;