javaquery/api/src/test/java/org/apidesign/bck2brwsr/htmlpage/PersonImpl.java
branchmodel
changeset 961 3cdaee10e72b
parent 960 4887e22cb810
child 1787 ea12a3bb4b33
     1.1 --- a/javaquery/api/src/test/java/org/apidesign/bck2brwsr/htmlpage/PersonImpl.java	Tue Apr 09 10:06:19 2013 +0200
     1.2 +++ b/javaquery/api/src/test/java/org/apidesign/bck2brwsr/htmlpage/PersonImpl.java	Wed Apr 10 09:55:26 2013 +0200
     1.3 @@ -52,7 +52,7 @@
     1.4      }
     1.5      
     1.6      @Model(className = "People", properties = {
     1.7 -        @Property(array = true, name = "info", type = PersonImpl.class),
     1.8 +        @Property(array = true, name = "info", type = Person.class),
     1.9          @Property(array = true, name = "nicknames", type = String.class),
    1.10          @Property(array = true, name = "age", type = int.class),
    1.11          @Property(array = true, name = "sex", type = Sex.class)