Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 828 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/objects/ID_Set.java

Diff revisions: vs.
  @@ -5,9 +5,9 @@
5 5
6 6 public class ID_Set extends UiRUpSet
7 7 {
8 - public ID_Set( PropertyMetaData... pPMDs )
8 + public ID_Set( PropertyMetaData... pPersistedPMDs )
9 9 {
10 - super( SORT_ID, A_ID.TYPE, new ASet( pPMDs ), null );
10 + super( new AttributeSetBuilder( A_ID.TYPE ).sortIndex( SORT_ID ).persisted( pPersistedPMDs ) );
11 11 }
12 12
13 13 @Override