We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfa386 commit cdef3ddCopy full SHA for cdef3dd
deobfuscator-api/src/main/java/org/objectweb/asm/tree/analysis/OriginalSourceValue.java
@@ -90,7 +90,7 @@ public class OriginalSourceValue extends SourceValue {
90
private final boolean isMethodParameter;
91
92
/**
93
- * Set of instructions that consume this value. Due to the nature of OW2 ASM, it does not store POP instructions
+ * Set of instructions that consume this value. Due to the nature of OW2 ASM, it does not contain POP instructions
94
*/
95
private final Set<AbstractInsnNode> consumers = new HashSet<>();
96
0 commit comments