OSDN Git Service

doc change: fix a broken link in class summary
authorScott Main <smain@google.com>
Mon, 21 Dec 2009 19:53:59 +0000 (11:53 -0800)
committerScott Main <smain@google.com>
Mon, 21 Dec 2009 19:53:59 +0000 (11:53 -0800)
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.
  *