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

am: ca97e3a29b

Change-Id: Ibf3e7fab17af69b2d7225661d29e022a933650a2
This commit is contained in:
Tobias Thierer
2018-05-29 06:47:56 -07:00
committed by android-build-merger

View File

@@ -70111,7 +70111,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);