Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 3f111b4

Browse files
committed
fixed command line build error
1 parent c6a41da commit 3f111b4

File tree

1 file changed

+4
-0
lines changed
  • ClassySharkWS/src/com/google/classyshark/silverghost/translator/apk/dashboard

1 file changed

+4
-0
lines changed

ClassySharkWS/src/com/google/classyshark/silverghost/translator/apk/dashboard/ApkDashboard.java

+4
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ public ClassesDexDataEntry next() {
175175
return result;
176176
}
177177

178+
public void remove() {
179+
180+
}
181+
178182
private int currentToDexIndex(int current) {
179183
/*
180184
0 --> classes.dex

0 commit comments

Comments
 (0)