提交 23cc44f1 编写于 作者: J Juergen Hoeller

Javadoc polishing

上级 e1a06590
/* /*
* 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 { ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册