removed empty beggining lines & added override annotation
This commit is contained in:
@@ -3,6 +3,5 @@ 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