From: <aki...@us...> - 2006-12-16 10:43:28
|
Revision: 1106 http://svn.sourceforge.net/gridarta/?rev=1106&view=rev Author: akirschbaum Date: 2006-12-16 02:43:28 -0800 (Sat, 16 Dec 2006) Log Message: ----------- Unify comments. Modified Paths: -------------- trunk/crossfire/src/cfeditor/gui/map/DefaultLevelRenderer.java trunk/daimonin/src/daieditor/gui/map/DefaultLevelRenderer.java Modified: trunk/crossfire/src/cfeditor/gui/map/DefaultLevelRenderer.java =================================================================== --- trunk/crossfire/src/cfeditor/gui/map/DefaultLevelRenderer.java 2006-12-16 01:19:23 UTC (rev 1105) +++ trunk/crossfire/src/cfeditor/gui/map/DefaultLevelRenderer.java 2006-12-16 10:43:28 UTC (rev 1106) @@ -99,12 +99,11 @@ /** * Creates a DefaultLevelRenderer. - * @param mapViewBasic MapView to render. - * @param mainControl MainControl, used e.g. for icons. - * @param mapControl MapControl of the map to render. - * @param pickmap <code>true</code> if the rendered map is a pickmap, otherwise <code>false</code> + * @param mapViewBasic MapView to render. + * @param mainControl MainControl, used for getting icons and similar. + * @param mapControl MapControl of the map to render. + * @param pickmap <code>true</code> if the rendered map is a pickmap, otherwise <code>false</code> */ - /** Constructor */ public DefaultLevelRenderer(final CMapViewBasic mapViewBasic, final CMainControl mainControl, final MapControl mapControl, final boolean pickmap) { this.mapViewBasic = mapViewBasic; this.mainControl = mainControl; Modified: trunk/daimonin/src/daieditor/gui/map/DefaultLevelRenderer.java =================================================================== --- trunk/daimonin/src/daieditor/gui/map/DefaultLevelRenderer.java 2006-12-16 01:19:23 UTC (rev 1105) +++ trunk/daimonin/src/daieditor/gui/map/DefaultLevelRenderer.java 2006-12-16 10:43:28 UTC (rev 1106) @@ -100,7 +100,7 @@ * Creates a DefaultLevelRenderer. * @param mainControl MainControl, used for getting icons and similar. * @param mapControl MapControl of the map to render. - * @param pickmap Set to <code>true</code> for pickmaps. + * @param pickmap <code>true</code> if the rendered map is a pickmap, otherwise <code>false</code> * @param mapGrid Grid to render. */ public DefaultLevelRenderer(final CMainControl mainControl, final MapControl mapControl, final boolean pickmap, final MapGrid mapGrid) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |