mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 20:11:21 +02:00
Added @Override annotation in I18n.
Signed-off-by: Paul Buonopane <techsoftadvanced@gmail.com>
This commit is contained in:
@@ -44,6 +44,7 @@ public class I18n implements II18n
|
|||||||
instance = null;
|
instance = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public Locale getCurrentLocale()
|
public Locale getCurrentLocale()
|
||||||
{
|
{
|
||||||
return currentLocale;
|
return currentLocale;
|
||||||
|
Reference in New Issue
Block a user