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:
parent
758d1329be
commit
0d7c65f4bd
|
@ -19,8 +19,8 @@ package org.apache.commons.math3.transform;
|
||||||
/**
|
/**
|
||||||
* This enumeration defines the type of transform which is to be computed.
|
* This enumeration defines the type of transform which is to be computed.
|
||||||
*
|
*
|
||||||
* @version $Id Revision$
|
|
||||||
* @since 3.0
|
* @since 3.0
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public enum TransformType {
|
public enum TransformType {
|
||||||
/** The type to be specified for forward transforms. */
|
/** The type to be specified for forward transforms. */
|
||||||
|
|
Loading…
Reference in New Issue