java-decompiler: cleanups
- better signatures - accurate suppression - unused symbols - typos
This commit is contained in:
@@ -60,7 +60,7 @@ public class AssertProcessor {
|
||||
|
||||
if (res) {
|
||||
// hide the helper field
|
||||
wrapper.getHideMembers().add(key);
|
||||
wrapper.getHiddenMembers().add(key);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user