From: <aki...@us...> - 2008-05-17 18:29:09
|
Revision: 4038 http://gridarta.svn.sourceforge.net/gridarta/?rev=4038&view=rev Author: akirschbaum Date: 2008-05-17 11:29:08 -0700 (Sat, 17 May 2008) Log Message: ----------- Unify comment. Modified Paths: -------------- trunk/crossfire/src/cfeditor/gameobject/ArchetypeSet.java trunk/daimonin/src/daieditor/gameobject/ArchetypeSet.java Modified: trunk/crossfire/src/cfeditor/gameobject/ArchetypeSet.java =================================================================== --- trunk/crossfire/src/cfeditor/gameobject/ArchetypeSet.java 2008-05-17 18:26:13 UTC (rev 4037) +++ trunk/crossfire/src/cfeditor/gameobject/ArchetypeSet.java 2008-05-17 18:29:08 UTC (rev 4038) @@ -77,11 +77,11 @@ } /** - * Returns the face of the Archetype as icon. - * @param faceName the face name to display + * Returns the face ImageIcon with a certain face name. + * @param faceName the face name of face ImageIcon * @param hasUndefinedArchetype if set, return the face for an game object * referencing an undefined archetype - * @return the face of the Archetype as icon + * @return face ImageIcon for face <var>faceName</var> */ @NotNull private ImageIcon getFace(@Nullable final String faceName, final boolean hasUndefinedArchetype) { if (hasUndefinedArchetype) { Modified: trunk/daimonin/src/daieditor/gameobject/ArchetypeSet.java =================================================================== --- trunk/daimonin/src/daieditor/gameobject/ArchetypeSet.java 2008-05-17 18:26:13 UTC (rev 4037) +++ trunk/daimonin/src/daieditor/gameobject/ArchetypeSet.java 2008-05-17 18:29:08 UTC (rev 4038) @@ -88,8 +88,8 @@ } /** - * Get the face ImageIcon with a certain face name. - * @param faceName faceName of face ImageIcon + * Returns the face ImageIcon with a certain face name. + * @param faceName the face name of face ImageIcon * @param hasUndefinedArchetype if set, return the face for an game object * referencing an undefined archetype * @return face ImageIcon for face <var>faceName</var> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |