Skip to content

Commit 9ea5617

Browse files
authored
Fix error in TlsAlphabetPojoXml.java
1 parent c7d6705 commit 9ea5617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/se/uu/it/dtlsfuzzer/components/sul/mapper/symbols/inputs/TlsAlphabetPojoXml.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class TlsAlphabetPojoXml extends AlphabetPojoXml<TlsInput> {
3232
@XmlElement(type = ApplicationInput.class, name = "ApplicationInput"),
3333
@XmlElement(type = HelloRequestInput.class, name = "HelloRequestInput"),
3434
@XmlElement(type = EncryptedExtensionsInput.class, name = "EncryptedExtensionsInput"),
35-
@XmlElement(type = AcknowledgementInput.class, name = "AcknowledgementInput")})
35+
@XmlElement(type = AcknowledgementInput.class, name = "AcknowledgementInput"),
3636
@XmlElement(type = RAOutputSymbol.class, name = "RAOutputSymbol")})
3737
private List<TlsInput> inputs;
3838

0 commit comments

Comments
 (0)