formating
git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@383779 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.examples.eventlistener/src/main/java/org/apache/felix/examples/eventlistener/Activator.java b/org.apache.felix.examples.eventlistener/src/main/java/org/apache/felix/examples/eventlistener/Activator.java
index 20c95b3..8740cb2 100644
--- a/org.apache.felix.examples.eventlistener/src/main/java/org/apache/felix/examples/eventlistener/Activator.java
+++ b/org.apache.felix.examples.eventlistener/src/main/java/org/apache/felix/examples/eventlistener/Activator.java
@@ -36,8 +36,7 @@
* Implements BundleActivator.start(). Prints a message and adds itself to
* the bundle context as a service listener.
*
- * @param context
- * the framework context for the bundle.
+ * @param context the framework context for the bundle.
*/
public void start( BundleContext context )
{
@@ -50,8 +49,7 @@
* Implements BundleActivator.stop(). Prints a message and removes itself
* from the bundle context as a service listener.
*
- * @param context
- * the framework context for the bundle.
+ * @param context the framework context for the bundle.
*/
public void stop( BundleContext context )
{
@@ -67,8 +65,7 @@
* Implements ServiceListener.serviceChanged(). Prints the details of any
* service event from the framework.
*
- * @param event
- * the fired service event.
+ * @param event the fired service event.
*/
public void serviceChanged( ServiceEvent event )
{