Fix checkstyle warning

Checkstyle wants a specific order of imports.
This commit is contained in:
Romain Vimont 2019-05-30 00:22:05 +02:00
parent b75f0e9427
commit 7ed976967f

View file

@ -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;