removed empty beggining lines & added override annotation

This commit is contained in:
Erhan Karakaya
2019-06-20 11:00:12 +03:00
parent ac850bbc0b
commit d0b2aa8635
4 changed files with 4 additions and 10 deletions

View File

@@ -3,6 +3,5 @@ package com.baeldung.autoservice;
import java.util.Locale;
public interface TranslationService {
String translate(String message, Locale from, Locale to);
}
}