Annotations: signature -> descriptor; use linkedhashmap

This commit is contained in:
Lucwousin
2020-07-16 22:23:44 +02:00
parent 42affee0f0
commit 663bbc80db
325 changed files with 2478 additions and 2525 deletions

View File

@@ -16,7 +16,7 @@ public class GZipDecompressor {
}
@ObfuscatedSignature(
signature = "(III)V",
descriptor = "(III)V",
garbageValue = "1000000"
)
GZipDecompressor(int var1, int var2, int var3) {
@@ -24,7 +24,7 @@ public class GZipDecompressor {
@ObfuscatedName("m")
@ObfuscatedSignature(
signature = "(Lkn;[BI)V",
descriptor = "(Lkn;[BI)V",
garbageValue = "1767160394"
)
@Export("decompress")