mirror of
https://github.com/sismics/docs.git
synced 2025-12-19 12:41:40 +00:00
Closes #30: Delete locale & theme concept
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
package com.sismics.security;
|
||||
|
||||
import org.joda.time.DateTimeZone;
|
||||
|
||||
import java.security.Principal;
|
||||
import java.util.Locale;
|
||||
|
||||
import org.joda.time.DateTimeZone;
|
||||
|
||||
/**
|
||||
* Interface of principals.
|
||||
@@ -25,13 +24,6 @@ public interface IPrincipal extends Principal {
|
||||
*/
|
||||
public String getId();
|
||||
|
||||
/**
|
||||
* Returns the locale of the principal.
|
||||
*
|
||||
* @return Locale of the principal
|
||||
*/
|
||||
public Locale getLocale();
|
||||
|
||||
/**
|
||||
* Returns the timezone of the principal.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user