Skip to content

Commit

Permalink
HV-403 Clarifying the javadoc for the default Locale
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Dec 16, 2010
1 parent f563c5b commit 8656e37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class ResourceBundleMessageInterpolator implements MessageInterpolator {
private static final Pattern MESSAGE_PARAMETER_PATTERN = Pattern.compile( "(\\{[^\\}]+?\\})" );

/**
* The default locale for the current user.
* The default locale in the current JVM.
*/
private final Locale defaultLocale;

Expand Down

0 comments on commit 8656e37

Please sign in to comment.