Skip to content

Commit 23cc44f

Browse files
committed
Javadoc polishing
1 parent e1a0659 commit 23cc44f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-context/src/main/java/org/springframework/context/i18n/LocaleContextHolder.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2012 the original author or authors.
2+
* Copyright 2002-2013 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -59,7 +59,8 @@ public static void resetLocaleContext() {
5959
/**
6060
* Associate the given LocaleContext with the current thread,
6161
* <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
6364
*/
6465
public static void setLocaleContext(LocaleContext localeContext) {
6566
setLocaleContext(localeContext, false);

0 commit comments

Comments
 (0)