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 [EMAIL PROTECTED] 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 {