fixed javadoc

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@918696 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/BundleAdapterService.java b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/BundleAdapterService.java
index 9dfe770..7d0d3d2 100644
--- a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/BundleAdapterService.java
+++ b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/BundleAdapterService.java
@@ -32,15 +32,7 @@
  * The adapter will be registered with the specified interface and existing properties 
  * from the original resource plus any extra properties you supply here.
  * It will also inherit all dependencies, and if you declare the original
- * service as a member it will be injected.
- * 
- * @param bundleStateMask the bundle state mask to apply
- * @param bundleFilter the filter to apply to the bundle manifest
- * @param adapterImplementation the implementation of the adapter
- * @param adapterInterface the interface to use when registering adapters
- * @param adapterProperties additional properties to use with the service registration
- * @param propagate <code>true</code> if properties from the bundle should be propagated to the service
- * @return a service that acts as a factory for generating bundle adapters
+ * bundle as a member it will be injected.
  */
 public @Retention(RetentionPolicy.CLASS)
 @Target(ElementType.TYPE)