Skip to content

Commit f61fbfc

Browse files
Removed unused code + CommonTestCase.java is Abstract class now
1 parent 8188475 commit f61fbfc

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

FFmpegAndroid/src/androidTest/java/com/github/hiteshsondhi88/libffmpeg/CommonTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import junit.framework.TestCase;
44

5-
public class CommonTestCase extends TestCase {
5+
public abstract class CommonTestCase extends TestCase {
66

77
public void setUp() throws Exception {
88
super.setUp();

FFmpegAndroid/src/androidTest/java/com/github/hiteshsondhi88/libffmpeg/utils/StubProcess.java

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)