From: <aki...@us...> - 2013-05-24 20:28:36
|
Revision: 9219 http://sourceforge.net/p/gridarta/code/9219 Author: akirschbaum Date: 2013-05-24 20:28:32 +0000 (Fri, 24 May 2013) Log Message: ----------- Update comments. Modified Paths: -------------- trunk/model/src/app/net/sf/gridarta/model/archetypetype/ArchetypeTypeSet.java Modified: trunk/model/src/app/net/sf/gridarta/model/archetypetype/ArchetypeTypeSet.java =================================================================== --- trunk/model/src/app/net/sf/gridarta/model/archetypetype/ArchetypeTypeSet.java 2013-05-24 20:26:58 UTC (rev 9218) +++ trunk/model/src/app/net/sf/gridarta/model/archetypetype/ArchetypeTypeSet.java 2013-05-24 20:28:32 UTC (rev 9219) @@ -45,10 +45,11 @@ private ArchetypeType fallbackArchetypeType = new ArchetypeType("", 0, "", true, null, false, null, null, 2, new ArchetypeAttributes(), new ArchetypeAttributesDefinition()); /** - * Lists with all defined {@link ArchetypeType ArchetypeTypes}. + * Lists with all defined {@link ArchetypeType ArchetypeTypes}. The ordering + * is the same as in the "types.xml" file. */ @NotNull - private final List<ArchetypeType> archetypeTypeList = new ArrayList<ArchetypeType>(); // All but the default ArchetypeType + private final List<ArchetypeType> archetypeTypeList = new ArrayList<ArchetypeType>(); /** * Table with {@link List} objects for lists (value) accessible by name This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |