From: <aki...@us...> - 2013-05-24 20:01:30
|
Revision: 9214 http://sourceforge.net/p/gridarta/code/9214 Author: akirschbaum Date: 2013-05-24 20:01:25 +0000 (Fri, 24 May 2013) Log Message: ----------- Update comment. 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 19:56:48 UTC (rev 9213) +++ trunk/model/src/app/net/sf/gridarta/model/archetypetype/ArchetypeTypeSet.java 2013-05-24 20:01:25 UTC (rev 9214) @@ -45,10 +45,7 @@ private ArchetypeType fallbackArchetypeType; /** - * Lists with all {@link ArchetypeType ArchetypeTypes}. Contains all but the - * default archetype type. - * @todo verify whether the default ArchetypeType really is not included in - * this list. + * Lists with all defined {@link ArchetypeType ArchetypeTypes}. */ @NotNull private final List<ArchetypeType> archetypeTypeList = new ArrayList<ArchetypeType>(); // All but the default ArchetypeType This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |