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

Commit be7a7e54 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am ee352cca: Merge "Fix typo in View.java javadocs" into jb-mr2-dev

* commit 'ee352cca':
  Fix typo in View.java javadocs
parents 1a4022c8 ee352cca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15915,7 +15915,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
    }
    /**
     * <p>This mehod must be called by {@link #onMeasure(int, int)} to store the
     * <p>This method must be called by {@link #onMeasure(int, int)} to store the
     * measured width and measured height. Failing to do so will trigger an
     * exception at measurement time.</p>
     *