Change Javadoc formatting of SpyHandler to latest Eclipse formatter
profile

Change-Id: Id7aae568c20fc241f412ded0ef4023daf73c7d82
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/bundles/org.eclipse.e4.tools.spy/src/org/eclipse/e4/tools/spy/SpyHandler.java b/bundles/org.eclipse.e4.tools.spy/src/org/eclipse/e4/tools/spy/SpyHandler.java
index 61638ee..9ddc7d2 100644
--- a/bundles/org.eclipse.e4.tools.spy/src/org/eclipse/e4/tools/spy/SpyHandler.java
+++ b/bundles/org.eclipse.e4.tools.spy/src/org/eclipse/e4/tools/spy/SpyHandler.java
@@ -42,17 +42,13 @@
 	/**
 	 * This method open the spy view part at the correct location : - if it has
 	 * never been opened, it add this spy in the E4 window - if it is already
-	 * opened, just activate it - if it has already opened and closed, find it,
-	 * and open it at the same location
+	 * opened, just activate it - if it has already opened and closed, find it, and
+	 * open it at the same location
 	 *
-	 * @param ps
-	 *            part Service to manage parts elements
-	 * @param viewID
-	 *            the spy view to be displayed
-	 * @param appli
-	 *            current application
-	 * @param modelService
-	 *            model service to create elements
+	 * @param ps           part Service to manage parts elements
+	 * @param viewID       the spy view to be displayed
+	 * @param appli        current application
+	 * @param modelService model service to create elements
 	 */
 	@Execute
 	public void run(EPartService ps, @Optional @Named(SpyProcessor.SPY_COMMAND_PARAM) String viewID, MApplication appli,