From: <aki...@us...> - 2008-08-02 19:16:37
|
Revision: 4710 http://gridarta.svn.sourceforge.net/gridarta/?rev=4710&view=rev Author: akirschbaum Date: 2008-08-02 19:16:35 +0000 (Sat, 02 Aug 2008) Log Message: ----------- Whitespace changes. Modified Paths: -------------- trunk/crossfire/src/cfeditor/CMainControl.java trunk/crossfire/src/cfeditor/gameobject/face/FaceObjects.java trunk/src/app/net/sf/gridarta/gui/selectedsquare/SelectedSquareControl.java trunk/src/app/net/sf/gridarta/map/InsertionMode.java Modified: trunk/crossfire/src/cfeditor/CMainControl.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainControl.java 2008-08-02 08:38:48 UTC (rev 4709) +++ trunk/crossfire/src/cfeditor/CMainControl.java 2008-08-02 19:16:35 UTC (rev 4710) @@ -203,7 +203,7 @@ /** The factory for creating new maps or pickmaps. */ private final NewMapDialogFactory<GameObject, MapArchObject, Archetype, CMapViewBasic> newMapDialogFactory; - /** + /** * The {@link GameObjectAttributesDialogFactory} to use. */ @NotNull Modified: trunk/crossfire/src/cfeditor/gameobject/face/FaceObjects.java =================================================================== --- trunk/crossfire/src/cfeditor/gameobject/face/FaceObjects.java 2008-08-02 08:38:48 UTC (rev 4709) +++ trunk/crossfire/src/cfeditor/gameobject/face/FaceObjects.java 2008-08-02 19:16:35 UTC (rev 4710) @@ -153,7 +153,7 @@ * into a temporary regular file and returns the copy. * @param faceFile the input file * @return the output file which is a regular file on the file system - * @todo remove this method when CrossfireEditor does not anymore embed crossfire.0 + * @todo remove this method when CrossfireEditor does not anymore embed crossfire.0 */ private static File makeTmpFaceFile(final File faceFile) { if (faceFile.exists()) { Modified: trunk/src/app/net/sf/gridarta/gui/selectedsquare/SelectedSquareControl.java =================================================================== --- trunk/src/app/net/sf/gridarta/gui/selectedsquare/SelectedSquareControl.java 2008-08-02 08:38:48 UTC (rev 4709) +++ trunk/src/app/net/sf/gridarta/gui/selectedsquare/SelectedSquareControl.java 2008-08-02 19:16:35 UTC (rev 4710) @@ -64,6 +64,7 @@ /** The {@link MouseListener} attached to the view to process mouse actions. */ private final MouseListener mouseListener = new MouseAdapter() { + /** {@inheritDoc} */ @Override public void mousePressed(final MouseEvent e) { Modified: trunk/src/app/net/sf/gridarta/map/InsertionMode.java =================================================================== --- trunk/src/app/net/sf/gridarta/map/InsertionMode.java 2008-08-02 08:38:48 UTC (rev 4709) +++ trunk/src/app/net/sf/gridarta/map/InsertionMode.java 2008-08-02 19:16:35 UTC (rev 4710) @@ -27,7 +27,7 @@ /** * Insertion modes. - * @todo make replacement of multi-part objects work + * @todo make replacement of multi-part objects work * @author Andreas Kirschbaum */ public enum InsertionMode { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |