Skip to content

Commit d262866

Browse files
author
Steve Block
committed
Fix build warning due to WebSettings now being abstract
WebSettings was made abstract in https://android-git.corp.google.com/g/#/c/177360 current.txt was updated, but this causes a build warning because 16.txt was not updated to match. Change-Id: I4e00297361048509fab236f292c07d8a0df28f28
1 parent 16fb5d4 commit d262866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/16.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24979,7 +24979,7 @@ package android.webkit {
2497924979
method public void setMimeType(java.lang.String);
2498024980
}
2498124981

24982-
public class WebSettings {
24982+
public abstract class WebSettings {
2498324983
method public boolean enableSmoothTransition();
2498424984
method public boolean getAllowContentAccess();
2498524985
method public boolean getAllowFileAccess();

0 commit comments

Comments
 (0)