Skip to content

Commit cdef3dd

Browse files
committed
edit
1 parent 5bfa386 commit cdef3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deobfuscator-api/src/main/java/org/objectweb/asm/tree/analysis/OriginalSourceValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public class OriginalSourceValue extends SourceValue {
9090
private final boolean isMethodParameter;
9191

9292
/**
93-
* Set of instructions that consume this value. Due to the nature of OW2 ASM, it does not store POP instructions
93+
* Set of instructions that consume this value. Due to the nature of OW2 ASM, it does not contain POP instructions
9494
*/
9595
private final Set<AbstractInsnNode> consumers = new HashSet<>();
9696

0 commit comments

Comments
 (0)