Added missing keywords setting.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1364376 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-07-22 17:29:45 +00:00
parent 5e76de1cc9
commit 85ea9b32bd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import org.apache.commons.math3.exception.util.LocalizedFormats;
* Utilities for comparing numbers.
*
* @since 3.0
* @version $Id: $
* @version $Id$
*/
public class Precision {
/**