Skip to content

Commit e412245

Browse files
committed
fixed typo
1 parent 2f72cc0 commit e412245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/rub/nds/modifiablevariable/ModifiableVariable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"),

0 commit comments

Comments
 (0)