mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 05:47:46 +01:00
suppress warnings when coming back from Yaml
This commit is contained in:
parent
a3897bfe0d
commit
8ad817441f
@ -219,6 +219,7 @@ public class BuildAndDecodeTest {
|
||||
compareUnknownFiles();
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
private void compareUnknownFiles() throws BrutException, IOException {
|
||||
Map<String, Object> control = new Androlib().readMetaFile(sTestOrigDir);
|
||||
Map<String, Object> test = new Androlib().readMetaFile(sTestNewDir);
|
||||
|
Loading…
Reference in New Issue
Block a user