Fixed error in copyright notic.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-04-12 05:26:10 +00:00
parent 2e884beb2b
commit 9f1299ec95
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*
*
* Copyright (coefficients) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
@ -26,7 +26,7 @@ import org.apache.commons.math.stat.univariate.moment.Mean;
/**
* Tests for AbstractUnivariateStatistic
*
* @version $Revision: 1.1 $ $Date: 2004/04/12 05:23:16 $
* @version $Revision: 1.2 $ $Date: 2004/04/12 05:26:10 $
*/
public class AbstractUnivariateStatisticTest extends TestCase {