Fix id tags for TransformType.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1364391 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-07-22 18:21:57 +00:00
parent 758d1329be
commit 0d7c65f4bd
1 changed files with 1 additions and 1 deletions

View File

@ -19,8 +19,8 @@ package org.apache.commons.math3.transform;
/**
* This enumeration defines the type of transform which is to be computed.
*
* @version $Id Revision$
* @since 3.0
* @version $Id$
*/
public enum TransformType {
/** The type to be specified for forward transforms. */