Fix checkstyle warning
Checkstyle wants a specific order of imports.
This commit is contained in:
parent
b75f0e9427
commit
7ed976967f
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
package com.genymobile.scrcpy.wrappers;
|
||||
|
||||
import android.os.IInterface;
|
||||
|
||||
import com.genymobile.scrcpy.Ln;
|
||||
|
||||
import android.os.IInterface;
|
||||
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
|
|
Loading…
Reference in a new issue