Fix typo in comment (deobfuscator -> obfuscator)

Signed-off-by: Graham <gpe@openrs2.dev>
bzip2
Graham 5 years ago
parent a5285306c1
commit 2ac0e7eb50
  1. 4
      deob/src/main/java/dev/openrs2/deob/transform/ConstantArgTransformer.kt

@ -80,8 +80,8 @@ class ConstantArgTransformer : Transformer() {
* point, but strictly speaking we only need to count <init> * point, but strictly speaking we only need to count <init>
* methods invoked with reflection as entry points (like * methods invoked with reflection as entry points (like
* VisibilityTransformer). However, it makes no difference in this * VisibilityTransformer). However, it makes no difference in this
* case, as the deobfuscator does not add dummy constant arguments * case, as the obfuscator does not add dummy constant arguments to
* to constructors. * constructors.
* *
* It also counts native methods as an entry point. This isn't * It also counts native methods as an entry point. This isn't
* problematic as they don't have an InsnList, so we skip them. * problematic as they don't have an InsnList, so we skip them.

Loading…
Cancel
Save