This is an automated email from the git hooks/post-receive script. unknown user pushed a commit to branch devel in repository Pollen. commit e8a287731ff6d2929d8139880653b8cb6ddbc70d Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue May 20 16:06:41 2014 +0200 fix typo --- .../java/org/chorem/pollen/rest/api/PollenRestApiRequestFilter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiRequestFilter.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiRequestFilter.java index 23997c0..664a251 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiRequestFilter.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiRequestFilter.java @@ -83,7 +83,7 @@ public class PollenRestApiRequestFilter extends WebMotionFilter { protected PollenRestApiRequestContext prepareRequestContext(HttpContext context) throws PollenInvalidSessionTokenException { - Locale locale = getUSerLocale(context); + Locale locale = getUserLocale(context); PollenRestApiApplicationContext applicationContext = PollenRestApiApplicationContext.getApplicationContext(context.getServletContext()); @@ -130,7 +130,7 @@ public class PollenRestApiRequestFilter extends WebMotionFilter { } - protected Locale getUSerLocale(HttpContext context) { + protected Locale getUserLocale(HttpContext context) { String language = context.getHeader(HttpContext.HEADER_LANGUAGE); if (log.isInfoEnabled()) { -- To stop receiving notification emails like this one, please contact Chorem.org SCM administrator <admin+scm@chorem.org>.