Cleanup unnecessary override dump method

Change-Id: Ic2909a4d382362ddec9bcc2c738d13120e792fd8
This commit is contained in:
Hyunyoung Song
2019-04-25 16:07:18 -07:00
parent a310a80c7b
commit 9e7d2acc22
6 changed files with 1 additions and 25 deletions

View File

@@ -32,5 +32,5 @@ public interface TouchController {
*/
boolean onControllerInterceptTouchEvent(MotionEvent ev);
void dump(String prefix, PrintWriter writer);
default void dump(String prefix, PrintWriter writer) { }
}