Fix deprecation warning in Java unit test

This commit is contained in:
Romain Vimont 2019-06-11 21:48:58 +02:00
parent 273cec8a92
commit 1afe9ce2ee

View file

@ -1,7 +1,6 @@
package com.genymobile.scrcpy; package com.genymobile.scrcpy;
import junit.framework.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;
import java.nio.charset.StandardCharsets; import java.nio.charset.StandardCharsets;