From: <aki...@us...> - 2008-06-15 18:07:13
|
Revision: 4196 http://gridarta.svn.sourceforge.net/gridarta/?rev=4196&view=rev Author: akirschbaum Date: 2008-06-15 11:05:56 -0700 (Sun, 15 Jun 2008) Log Message: ----------- Whitespace changes. Modified Paths: -------------- trunk/crossfire/src/cfeditor/CMainControl.java trunk/daimonin/src/daieditor/CMainControl.java Modified: trunk/crossfire/src/cfeditor/CMainControl.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainControl.java 2008-06-15 17:44:22 UTC (rev 4195) +++ trunk/crossfire/src/cfeditor/CMainControl.java 2008-06-15 18:05:56 UTC (rev 4196) @@ -450,9 +450,7 @@ return animationObjects; } - /** - * {@inheritDoc} - */ + /** {@inheritDoc} */ public void validateMap(final MapModel<GameObject, MapArchObject, Archetype> map) { final ErrorCollector<GameObject, MapArchObject, Archetype> errorCollector = new DefaultErrorCollector<GameObject, MapArchObject, Archetype>(); validators.validateAll(map, errorCollector); Modified: trunk/daimonin/src/daieditor/CMainControl.java =================================================================== --- trunk/daimonin/src/daieditor/CMainControl.java 2008-06-15 17:44:22 UTC (rev 4195) +++ trunk/daimonin/src/daieditor/CMainControl.java 2008-06-15 18:05:56 UTC (rev 4196) @@ -565,9 +565,7 @@ controlServer.showDialog(mainView); } - /** - * {@inheritDoc} - */ + /** {@inheritDoc} */ public void validateMap(final MapModel<GameObject, MapArchObject, Archetype> map) { final ErrorCollector<GameObject, MapArchObject, Archetype> errorCollector = new DefaultErrorCollector<GameObject, MapArchObject, Archetype>(); validators.validateAll(map, errorCollector); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |