fixed javadoc

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@916024 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/AnnotationBase.java b/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/AnnotationBase.java
index b895672..b161a47 100644
--- a/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/AnnotationBase.java
+++ b/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/AnnotationBase.java
@@ -40,7 +40,7 @@
     /**
      * Helper method used to stop a given bundle.
      * @param symbolicName the symbolic name of the bundle to be stopped.
-     * @param context the context of the bundle to be stopped.
+     * @param context the context used to lookup all installed bundles.
      */
     protected void stopBundle(String symbolicName, BundleContext context)
     {