Author: bayard
Date: Wed Jul 18 15:16:26 2007
New Revision: 557416

URL: http://svn.apache.org/viewvc?view=rev&rev=557416
Log:
Also removing unnecessary <code> tag as per DAEMON-101

Modified:
    
jakarta/commons/proper/daemon/trunk/src/java/org/apache/commons/daemon/Daemon.java

Modified: 
jakarta/commons/proper/daemon/trunk/src/java/org/apache/commons/daemon/Daemon.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/daemon/trunk/src/java/org/apache/commons/daemon/Daemon.java?view=diff&rev=557416&r1=557415&r2=557416
==============================================================================
--- 
jakarta/commons/proper/daemon/trunk/src/java/org/apache/commons/daemon/Daemon.java
 (original)
+++ 
jakarta/commons/proper/daemon/trunk/src/java/org/apache/commons/daemon/Daemon.java
 Wed Jul 18 15:16:26 2007
@@ -73,7 +73,7 @@
      * Start the operation of this <code>Daemon</code> instance. This
      * method is to be invoked by the environment after the init()
      * method has been successfully invoked and possibly the security
-     * level of the JVM has been dropped.  <code>Implementors of this
+     * level of the JVM has been dropped. Implementors of this
      * method are free to start any number of threads, but need to
      * return control after having done that to enable invocation of
      * the stop()-method.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to