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

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

Merge "Track: Revert some needless differences vs upstream in Matcher.java"

am: adb85323

Change-Id: Iec1fc62d8e3fbc55f4a835bf664c908c9ec30b59
parents 0bf54f4a adb85323
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68706,7 +68706,7 @@ package java.util.regex {
    method public java.util.regex.Matcher reset();
    method public java.util.regex.Matcher reset(java.lang.CharSequence);
    method public int start();
    method public int start(int) throws java.lang.IllegalStateException;
    method public int start(int);
    method public int start(java.lang.String);
    method public java.util.regex.MatchResult toMatchResult();
    method public java.util.regex.Matcher useAnchoringBounds(boolean);