changeset 9770:e0da79da3689

8035726: A sentence is truncated in the API doc for j.u.Locale.LanguageRange.parse(String, Map). Reviewed-by: okutsu
author peytoia
date Thu, 17 Apr 2014 13:00:45 +0900
parents d993a3fc9b19
children ca512a1ade9a
files src/share/classes/java/util/Locale.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/java/util/Locale.java	Thu Apr 17 09:48:21 2014 +0800
+++ b/src/share/classes/java/util/Locale.java	Thu Apr 17 13:00:45 2014 +0900
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -3040,6 +3040,7 @@
          *     2616</a>
          * @param map a map containing information to customize language ranges
          * @return a Language Priority List with customization. The list is
+         *     modifiable.
          * @throws NullPointerException if {@code ranges} is null
          * @throws IllegalArgumentException if a language range or a weight
          *     found in the given {@code ranges} is ill-formed