File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
spring-context/src/main/java/org/springframework/context/i18n Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2013 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -59,7 +59,8 @@ public static void resetLocaleContext() {
59
59
/**
60
60
* Associate the given LocaleContext with the current thread,
61
61
* <i>not</i> exposing it as inheritable for child threads.
62
- * @param localeContext the current LocaleContext
62
+ * @param localeContext the current LocaleContext,
63
+ * or {@code null} to reset the thread-bound context
63
64
*/
64
65
public static void setLocaleContext (LocaleContext localeContext ) {
65
66
setLocaleContext (localeContext , false );
You can’t perform that action at this time.
0 commit comments