Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -3,9 +3,9 @@
3 3
4 4 public class UiRUpSet extends AttributeSet
5 5 {
6 - public UiRUpSet( int pSortIndex, AttributeType pType, ASet pPersisted, ASet pVirtual )
6 + public UiRUpSet( AttributeSetBuilder pBuilder )
7 7 {
8 - super( pSortIndex, pType, pPersisted, pVirtual );
8 + super( pBuilder );
9 9 }
10 10
11 11 @Override