Fix checkstyle warning

Checkstyle wants a specific order of imports.
master
Romain Vimont 7 years ago
parent b75f0e9427
commit 7ed976967f

@ -1,9 +1,9 @@
package com.genymobile.scrcpy.wrappers; package com.genymobile.scrcpy.wrappers;
import android.os.IInterface;
import com.genymobile.scrcpy.Ln; import com.genymobile.scrcpy.Ln;
import android.os.IInterface;
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method; import java.lang.reflect.Method;

Loading…
Cancel
Save