OSDN Git Service

Fix broken link in docstring. issue 1194
authorJoe LaPenna <joe@joelapenna.com>
Fri, 24 Jul 2009 00:52:17 +0000 (17:52 -0700)
committerJoe LaPenna <joe@joelapenna.com>
Fri, 24 Jul 2009 00:52:17 +0000 (17:52 -0700)
libcore/regex/src/main/java/java/util/regex/Pattern.java

index c058db8..3e481da 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-summary.html">package documentation</a> for an
  * overview of the regular expression syntax used in this class as well as
  * Android-specific implementation details.
  *