Fixed javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@170242 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2005-05-15 18:22:02 +00:00
parent 723dd64d2e
commit 9d8f4849c3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import org.apache.commons.math.special.Gamma;
import org.apache.commons.math.util.MathUtils;
/**
* Implementation for the @link{PoissonDistribution}
* Implementation for the {@link PoissonDistribution}
*
* @version $Revision$ $Date$
*/