You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2008/04/10 20:04:09 UTC

svn commit: r646904 - /commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/ProcessDestroyer.java

Author: sebb
Date: Thu Apr 10 11:02:43 2008
New Revision: 646904

URL: http://svn.apache.org/viewvc?rev=646904&view=rev
Log:
More Javadoc tweaks

Modified:
    commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/ProcessDestroyer.java

Modified: commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/ProcessDestroyer.java
URL: http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/ProcessDestroyer.java?rev=646904&r1=646903&r2=646904&view=diff
==============================================================================
--- commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/ProcessDestroyer.java (original)
+++ commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/ProcessDestroyer.java Thu Apr 10 11:02:43 2008
@@ -19,9 +19,9 @@
 package org.apache.commons.exec;
 
 /**
- * Destroys all registered @link java.lang.Process after a certain event,
+ * Destroys all registered {@link java.lang.Process} after a certain event,
  * typically when the VM exits 
- * (@see org.apache.commons.exec.ShutdownHookProcessDestroyer).
+ * @see org.apache.commons.exec.ShutdownHookProcessDestroyer
  */
 public interface ProcessDestroyer {