Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af957086 authored by Tobias Thierer's avatar Tobias Thierer Committed by android-build-merger
Browse files

Merge "Track dropping of throws clause in Pattern.java." am: 251a0cfb

am: 16de9c5a

Change-Id: I90eb372fc1d4bf0942cb8d072504312f50d26797
parents 90d531a9 16de9c5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70127,7 +70127,7 @@ package java.util.regex {
  public final class Pattern implements java.io.Serializable {
    method public java.util.function.Predicate<java.lang.String> asPredicate();
    method public static java.util.regex.Pattern compile(java.lang.String);
    method public static java.util.regex.Pattern compile(java.lang.String, int) throws java.util.regex.PatternSyntaxException;
    method public static java.util.regex.Pattern compile(java.lang.String, int);
    method public int flags();
    method public java.util.regex.Matcher matcher(java.lang.CharSequence);
    method public static boolean matches(java.lang.String, java.lang.CharSequence);