Skip to content

Commit bc5d9df

Browse files
committed
Removed the autoformat variable of the ModifiableByteArray from XML file generation
1 parent e908817 commit bc5d9df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
import de.rub.nds.modifiablevariable.singlebyte.ByteXorModification;
4242
import de.rub.nds.modifiablevariable.string.StringExplicitValueModification;
4343
import de.rub.nds.modifiablevariable.util.UnformattedByteArrayAdapter;
44+
import java.beans.Transient;
4445
import java.io.Serializable;
4546
import java.util.Objects;
4647
import javax.xml.bind.annotation.XmlAccessType;
@@ -64,6 +65,7 @@
6465
@XmlAccessorType(XmlAccessType.FIELD)
6566
public abstract class ModifiableVariable<E> implements Serializable {
6667

68+
@XmlTransient
6769
protected Boolean autoformat = null;
6870

6971
@XmlElements(value = { @XmlElement(type = BigIntegerXorModification.class, name = "BigIntegerXorModification"),

0 commit comments

Comments
 (0)