From: <aki...@us...> - 2008-06-15 13:36:10
|
Revision: 4192 http://gridarta.svn.sourceforge.net/gridarta/?rev=4192&view=rev Author: akirschbaum Date: 2008-06-15 06:36:17 -0700 (Sun, 15 Jun 2008) Log Message: ----------- Whitespace changes. Modified Paths: -------------- trunk/crossfire/src/cfeditor/MapActions.java trunk/daimonin/src/daieditor/CMainControl.java trunk/src/app/net/sf/gridarta/gameobject/scripts/ScriptedEvent.java trunk/src/app/net/sf/gridarta/gui/ObjectChooser.java trunk/src/app/net/sf/gridarta/map/DefaultMapControl.java Modified: trunk/crossfire/src/cfeditor/MapActions.java =================================================================== --- trunk/crossfire/src/cfeditor/MapActions.java 2008-06-15 13:31:11 UTC (rev 4191) +++ trunk/crossfire/src/cfeditor/MapActions.java 2008-06-15 13:36:17 UTC (rev 4192) @@ -335,7 +335,7 @@ * @param currentMapView the map view to leave * @param path path to map that should be loaded * @param direction the direction to go - * @param destinationPoint the new cursor position + * @param destinationPoint the new cursor position * @param exit the applied exit object */ private void enterMap(@NotNull final MapView<GameObject, MapArchObject, Archetype, CMapViewBasic> currentMapView, @NotNull final String path, final int direction, final Point destinationPoint, final GameObject exit) { Modified: trunk/daimonin/src/daieditor/CMainControl.java =================================================================== --- trunk/daimonin/src/daieditor/CMainControl.java 2008-06-15 13:31:11 UTC (rev 4191) +++ trunk/daimonin/src/daieditor/CMainControl.java 2008-06-15 13:36:17 UTC (rev 4192) @@ -341,7 +341,7 @@ } ScriptArchEditor.initEventTypeBoxes(".lua", "Lua"); - + final boolean mapTileListBottom = prefs.getBoolean(MainView.MAP_TILE_LIST_BOTTOM_KEY, MainView.MAP_TILE_LIST_BOTTOM_DEFAULT); selectedSquareControl = new SelectedSquareControl<GameObject, MapArchObject, Archetype, CMapViewBasic>(ACTION_FACTORY, this, mainView, mapTileListBottom, GUIUtils.getSysIcon(IGUIConstants.TILE_NORTH)); // Initialize the main view Modified: trunk/src/app/net/sf/gridarta/gameobject/scripts/ScriptedEvent.java =================================================================== --- trunk/src/app/net/sf/gridarta/gameobject/scripts/ScriptedEvent.java 2008-06-15 13:31:11 UTC (rev 4191) +++ trunk/src/app/net/sf/gridarta/gameobject/scripts/ScriptedEvent.java 2008-06-15 13:36:17 UTC (rev 4192) @@ -34,7 +34,7 @@ public abstract String getPluginName(); public abstract String getScriptPath(); - + public abstract String getOptions(); } // class ScriptedEvent Modified: trunk/src/app/net/sf/gridarta/gui/ObjectChooser.java =================================================================== --- trunk/src/app/net/sf/gridarta/gui/ObjectChooser.java 2008-06-15 13:31:11 UTC (rev 4191) +++ trunk/src/app/net/sf/gridarta/gui/ObjectChooser.java 2008-06-15 13:36:17 UTC (rev 4192) @@ -118,7 +118,7 @@ * Add the selected game object to the map. * * @param mapControl the map control to add to - * + * * @param pos The location to add to. * * @param allowMany Whether to allow multiple copies of the inserted game Modified: trunk/src/app/net/sf/gridarta/map/DefaultMapControl.java =================================================================== --- trunk/src/app/net/sf/gridarta/map/DefaultMapControl.java 2008-06-15 13:31:11 UTC (rev 4191) +++ trunk/src/app/net/sf/gridarta/map/DefaultMapControl.java 2008-06-15 13:36:17 UTC (rev 4192) @@ -70,7 +70,7 @@ private final EventListenerList listenerList = new EventListenerList(); /** - * The {@link GridartaObjectsFactory} instance. + * The {@link GridartaObjectsFactory} instance. */ @NotNull final GridartaObjectsFactory<G, A, R, V> gridartaObjectsFactory; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |