Added tests & renamed classes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.baeldung.autoservice;
|
||||
|
||||
import java.util.Locale;
|
||||
|
||||
public interface TranslationService {
|
||||
|
||||
String translate(String message, Locale from, Locale to);
|
||||
}
|
||||
Reference in New Issue
Block a user