Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
afroozeh committed Nov 19, 2023
1 parent fa42fd1 commit dcf69d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/iguana/util/serialization/JsonSerializer.java
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ abstract static class AbstractSymbolMixIn extends SymbolMixIn {
@JsonSubTypes.Type(value = org.iguana.regex.Char.class, name = "Char"),
@JsonSubTypes.Type(value = org.iguana.regex.CharRange.class, name = "CharRange"),
@JsonSubTypes.Type(value = org.iguana.regex.Reference.class, name = "Reference"),
@JsonSubTypes.Type(value = org.iguana.regex.Epsilon.class, name = "Epsilon"),
@JsonSubTypes.Type(value = org.iguana.regex.Epsilon.class, name = "Epsilon")
})
abstract static class RegularExpressionMixIn {}

Expand Down

0 comments on commit dcf69d3

Please sign in to comment.