Subversion Repository Public Repository

litesoft

Diff Revisions 17 vs 49 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/objects/factories/a6plus/A6plusPropertyMetaDataDefinitionAccessor.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.aokeyhole.objects.factories.a6plus;
2 3
3 4 import java.util.*;
  @@ -549,7 +550,7 @@
549 550 PMD_Required.INSTANCE, //
550 551 PMD_DependsOnAttributes.INSTANCE ) ), //
551 552 new PairedToOneSet( TYPE_COMMON_PAIRED_PO ), //
552 - new CommonPairedToOneSet( TYPE_ABSTRACT_PO, //
553 + new CommonPairedToOneSet( TYPE_ABSTRACT_PO, //
553 554 PMD_UniqueGroup.INSTANCE, //
554 555 PMD_ColumnName.INSTANCE ), //
555 556 new VariableBridgeToOneLeftSet( PMD_Changeable.INSTANCE, //
  @@ -586,4 +587,4 @@
586 587 PMD_Required.INSTANCE, //
587 588 PMD_DependsOnAttributes.INSTANCE ) ) );
588 589 }
589 - }
590 + }