Author: pderop
Date: Wed Apr 27 19:53:25 2011
New Revision: 1097221

URL: http://svn.apache.org/viewvc?rev=1097221&view=rev
Log:
Fixed javadoc.

Modified:
    
felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/LifecycleController.java

Modified: 
felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/LifecycleController.java
URL: 
http://svn.apache.org/viewvc/felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/LifecycleController.java?rev=1097221&r1=1097220&r2=1097221&view=diff
==============================================================================
--- 
felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/LifecycleController.java
 (original)
+++ 
felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/LifecycleController.java
 Wed Apr 27 19:53:25 2011
@@ -73,7 +73,7 @@ import java.lang.annotation.Target;
  *     @Stop
  *     public void stop() {
  *         // This method will be called after we invoke our "stop" Runnable, 
and our service will be
- *         // unregistered after our method returns, as in normal case. Notice 
that the service won't
+ *         // unregistered before our method is invoked, as in normal case. 
Notice that the service won't
  *         // be destroyed here, and the "starter" runnable can be re-invoked 
later.
  *     }
  * }


Reply via email to