Subversion Repository Public Repository

litesoft

Diff Revisions 192 vs 193 for /trunk/Java/PoVoGenerator/Generator/src/org/litesoft/generator/GeneratePONamesGO.java

Diff revisions: vs.
  @@ -71,7 +71,7 @@
71 71 protected void LLaddAttribute( AttributeProxy pAttribute )
72 72 {
73 73 String zName = pAttribute.getName();
74 - add_aRef( zName, pAttribute.getAttributeType().toString() );
74 + add_aRef( zName, pAttribute.getAttributeSetType().toString() );
75 75 String zToMany = pAttribute.getToManyFullyQualifiedName();
76 76 if ( (zToMany != null) && pAttribute.isToManyInstantiable() )
77 77 {