fixed javadoc

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@912254 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 6944070..b895672 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
@@ -26,10 +26,9 @@
 import org.osgi.framework.BundleException;
 
 /**
- * Base class for all annotation junit test classes. This class allows to parse annotations
- * from a dynamically generated "TinyBundle". The class also implements a Sequencer interface, 
- * which wraps a "Ensure" object. The Sequencer will be used directly by the tiny bundles, in order to
- * check that steps happen in the expected order. 
+ * Base class for all annotation junit test classes. The class implements a Sequencer interface, 
+ * which wraps an "Ensure" object. The Sequencer will be used directly by the tiny bundles, in order to
+ * check if steps happen in the expected order. 
  */
 public class AnnotationBase extends Base implements Sequencer
 {