svn:keywords correction

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk/src/experimental@155427 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dirk Verbeeck 2005-02-26 13:11:52 +00:00
parent 90ae639138
commit ea11f2cd8f
11 changed files with 11 additions and 11 deletions

View File

@ -20,7 +20,7 @@ package org.apache.commons.math.analysis;
/** /**
* @todo add javadoc comment * @todo add javadoc comment
* @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $ * @version $Revision$ $Date$
*/ */
public abstract class UnivariateRealFunctionProxy public abstract class UnivariateRealFunctionProxy
implements UnivariateRealFunction { implements UnivariateRealFunction {

View File

@ -24,7 +24,7 @@ import org.apache.commons.math.analysis.derivative.ForwardDifferenceDerivative;
/** /**
* @todo add javadoc comment * @todo add javadoc comment
* @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $ * @version $Revision$ $Date$
*/ */
public class UnivariateRealFunctionUtils { public class UnivariateRealFunctionUtils {

View File

@ -22,7 +22,7 @@ import junit.framework.TestCase;
/** /**
* @todo add javadoc comment * @todo add javadoc comment
* @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $ * @version $Revision$ $Date$
*/ */
public class UnivariateRealFunctionUtilsTest extends TestCase { public class UnivariateRealFunctionUtilsTest extends TestCase {
/** /**

View File

@ -23,7 +23,7 @@ import org.apache.commons.math.analysis.UnivariateRealFunctionProxy;
/** /**
* @todo add javadoc comment * @todo add javadoc comment
* @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $ * @version $Revision$ $Date$
*/ */
public abstract class AbstractDifferenceDerivative extends UnivariateRealFunctionProxy implements UnivariateRealFunction { public abstract class AbstractDifferenceDerivative extends UnivariateRealFunctionProxy implements UnivariateRealFunction {
/** */ /** */

View File

@ -23,7 +23,7 @@ import org.apache.commons.math.analysis.UnivariateRealFunction;
/** /**
* @todo add javadoc comment * @todo add javadoc comment
* @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $ * @version $Revision$ $Date$
*/ */
public class BackwardDifferenceDerivative extends AbstractDifferenceDerivative { public class BackwardDifferenceDerivative extends AbstractDifferenceDerivative {

View File

@ -23,7 +23,7 @@ import org.apache.commons.math.analysis.UnivariateRealFunction;
/** /**
* @todo add javadoc comment * @todo add javadoc comment
* @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $ * @version $Revision$ $Date$
*/ */
public class CenterDifferenceDerivative extends AbstractDifferenceDerivative { public class CenterDifferenceDerivative extends AbstractDifferenceDerivative {

View File

@ -23,7 +23,7 @@ import org.apache.commons.math.analysis.UnivariateRealFunction;
/** /**
* @todo add javadoc comment * @todo add javadoc comment
* @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $ * @version $Revision$ $Date$
*/ */
public class ForwardDifferenceDerivative extends AbstractDifferenceDerivative { public class ForwardDifferenceDerivative extends AbstractDifferenceDerivative {

View File

@ -32,7 +32,7 @@ import org.apache.commons.math.util.NumberTransformer;
* univariate statistics for a List of Java Beans by property. This * univariate statistics for a List of Java Beans by property. This
* implementation uses beanutils' PropertyUtils to get a simple, nested, * implementation uses beanutils' PropertyUtils to get a simple, nested,
* indexed, mapped, or combined property from an element of a List. * indexed, mapped, or combined property from an element of a List.
* @version $Revision: 1.1 $ $Date: 2004/06/01 21:28:06 $ * @version $Revision$ $Date$
*/ */
public class BeanListUnivariateImpl extends ListUnivariateImpl implements Serializable { public class BeanListUnivariateImpl extends ListUnivariateImpl implements Serializable {

View File

@ -28,7 +28,7 @@ import org.apache.commons.math.stat.StatUtils;
/** /**
* Test cases for the {@link BeanListUnivariateImpl} class. * Test cases for the {@link BeanListUnivariateImpl} class.
* *
* @version $Revision: 1.1 $ $Date: 2004/06/01 21:28:06 $ * @version $Revision$ $Date$
*/ */
public final class BeanListUnivariateImplTest extends TestCase { public final class BeanListUnivariateImplTest extends TestCase {

View File

@ -21,7 +21,7 @@ import org.apache.commons.math.MathException;
/** /**
* Uses PropertyUtils to map a Bean getter to a double value. * Uses PropertyUtils to map a Bean getter to a double value.
* @version $Revision: 1.3 $ $Date: 2004/12/06 05:40:48 $ * @version $Revision$ $Date$
*/ */
public class BeanTransformer implements NumberTransformer { public class BeanTransformer implements NumberTransformer {

View File

@ -22,7 +22,7 @@ import org.apache.commons.math.TestUtils;
import junit.framework.TestCase; import junit.framework.TestCase;
/** /**
* @version $Revision: 1.3 $ $Date: 2004/12/06 05:40:48 $ * @version $Revision$ $Date$
*/ */
public class BeanTransformerTest extends TestCase { public class BeanTransformerTest extends TestCase {