Javadoc polishing
This commit is contained in:
parent
e1a065906e
commit
23cc44f16e
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2012 the original author or authors.
|
* Copyright 2002-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
@ -59,7 +59,8 @@ public abstract class LocaleContextHolder {
|
||||||
/**
|
/**
|
||||||
* Associate the given LocaleContext with the current thread,
|
* Associate the given LocaleContext with the current thread,
|
||||||
* <i>not</i> exposing it as inheritable for child threads.
|
* <i>not</i> exposing it as inheritable for child threads.
|
||||||
* @param localeContext the current LocaleContext
|
* @param localeContext the current LocaleContext,
|
||||||
|
* or {@code null} to reset the thread-bound context
|
||||||
*/
|
*/
|
||||||
public static void setLocaleContext(LocaleContext localeContext) {
|
public static void setLocaleContext(LocaleContext localeContext) {
|
||||||
setLocaleContext(localeContext, false);
|
setLocaleContext(localeContext, false);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue