Skip to content

Commit

Permalink
Javadoc polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Nov 1, 2013
1 parent e1a0659 commit 23cc44f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -59,7 +59,8 @@ public static void resetLocaleContext() {
/**
* Associate the given LocaleContext with the current thread,
* <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) {
setLocaleContext(localeContext, false);
Expand Down

0 comments on commit 23cc44f

Please sign in to comment.