Added missing imports
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
package com.baeldung.autoservice;
|
package com.baeldung.autoservice;
|
||||||
|
|
||||||
|
import com.google.auto.service.AutoService;
|
||||||
|
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
|
|
||||||
@AutoService(TranslateService.class)
|
@AutoService(TranslateService.class)
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
package com.baeldung.autoservice;
|
package com.baeldung.autoservice;
|
||||||
|
|
||||||
|
import com.google.auto.service.AutoService;
|
||||||
|
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
|
|
||||||
@AutoService(TranslateService.class)
|
@AutoService(TranslateService.class)
|
||||||
|
|||||||
Reference in New Issue
Block a user