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

Commit 3246c224 authored by Leon Scroggins's avatar Leon Scroggins
Browse files

Fix the build.

A previous change changed a public class to be a static class.
Change it back so the API is not changed.
parent b7eef045
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -564,7 +564,8 @@ public class WebView extends AbsoluteLayout
        public void onNewPicture(WebView view, Picture picture);
    }

    public static class HitTestResult {
    // FIXME: Want to make this public, but need to change the API file.
    public /*static*/ class HitTestResult {
        /**
         * Default HitTestResult, where the target is unknown
         */