small fix
This commit is contained in:
parent
70e3c9fabc
commit
8bf1e0c4d6
|
@ -4,6 +4,7 @@ import jakarta.xml.bind.annotation.*;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
@XmlRootElement(name = "root")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
public class DefinitionImportExport {
|
||||
|
||||
|
|
Loading…
Reference in New Issue