]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7777 Deprecate UserSession.locale()
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 15 Jul 2016 08:52:27 +0000 (10:52 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 15 Jul 2016 08:52:27 +0000 (10:52 +0200)
server/sonar-server/src/main/java/org/sonar/server/user/UserSession.java

index a26c7e30501933031af87a51a49333ad339c87ae..1e5e1c57557845fcf086997db2559d9d5289ced0 100644 (file)
@@ -39,6 +39,10 @@ public interface UserSession {
 
   boolean isLoggedIn();
 
+  /**
+   * @deprecated Always returning {@link Locale#ENGLISH}
+   */
+  @Deprecated
   Locale locale();
 
   /**