File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/de/rub/nds/modifiablevariable Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public abstract class ModifiableVariable<E> implements Serializable {
8282 @ XmlElement (type = ByteArrayExplicitValueModification .class , name = "ByteArrayExplicitValueModification" ),
8383 @ XmlElement (type = ByteArrayDuplicateModification .class , name = "ByteArrayDuplicateModification" ),
8484 @ XmlElement (type = ByteArrayDeleteModification .class , name = "ByteArrayDeleteModification" ),
85- @ XmlElement (typeg = IntegerXorModification .class , name = "IntegerXorModification" ),
85+ @ XmlElement (type = IntegerXorModification .class , name = "IntegerXorModification" ),
8686 @ XmlElement (type = IntegerSubtractModification .class , name = "IntegerSubtractModification" ),
8787 @ XmlElement (type = IntegerShiftRightModification .class , name = "IntegerShiftRightModification" ),
8888 @ XmlElement (type = IntegerShiftLeftModification .class , name = "IntegerShiftLeftModification" ),
You can’t perform that action at this time.
0 commit comments