OSDN Git Service

Merge change I1d9b205f into eclair
authorAndroid (Google) Code Review <android-gerrit@google.com>
Tue, 22 Dec 2009 22:02:50 +0000 (14:02 -0800)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Tue, 22 Dec 2009 22:02:50 +0000 (14:02 -0800)
* changes:
  Skip locale dependent libcore tests if required locales are not present.

libcore/regex/src/main/java/java/util/regex/Pattern.java

index 2853bbe..e3a1207 100644 (file)
@@ -47,7 +47,7 @@ import com.ibm.icu4jni.regex.NativeRegEx;
  *     boolean b2 = Pattern.matches("Hello, A[a-z]*!", "Hello, Robot!");   // false
  * </pre>
  * <p/>
- * Please consult the <a href="package.html">package documentation</a> for an
+ * Please consult the <a href="package-descr.html">package documentation</a> for an
  * overview of the regular expression syntax used in this class as well as
  * Android-specific implementation details.
  *