Skip to content

Commit

Permalink
ISIS-3049: fixes the StatefulVmUsingJaxb demo
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-huber committed May 23, 2022
1 parent 1462b48 commit fe0bf9d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ public class StatefulVmUsingJaxb implements HasAsciiDocDescription {

//end::class[]
//tag::child[]
@XmlRootElement(name = "root")
@XmlRootElement
@XmlType
@XmlAccessorType(XmlAccessType.FIELD)
@DomainObject(
nature=Nature.VIEW_MODEL
, logicalTypeName = "demo.StatefulViewModelUsingJaxb.Child")
, logicalTypeName = "demo.StatefulVmUsingJaxb.Child")
@Data
public static class Child {
@Title
Expand Down

0 comments on commit fe0bf9d

Please sign in to comment.