You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/10/31 22:36:04 UTC

svn commit: r1537688 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/stat/inference/ test/java/org/apache/commons/math3/stat/inference/

Author: tn
Date: Thu Oct 31 21:36:03 2013
New Revision: 1537688

URL: http://svn.apache.org/r1537688
Log:
Add missing svn:keywords.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/inference/BinomialConfidenceInterval.java   (props changed)
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/inference/ConfidenceInterval.java   (props changed)
    commons/proper/math/trunk/src/test/java/org/apache/commons/math3/stat/inference/BinomialConfidenceIntervalTest.java   (contents, props changed)

Propchange: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/inference/BinomialConfidenceInterval.java
------------------------------------------------------------------------------
    svn:keywords = Id Revision

Propchange: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/inference/ConfidenceInterval.java
------------------------------------------------------------------------------
    svn:keywords = Id Revision

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/stat/inference/BinomialConfidenceIntervalTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/stat/inference/BinomialConfidenceIntervalTest.java?rev=1537688&r1=1537687&r2=1537688&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math3/stat/inference/BinomialConfidenceIntervalTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math3/stat/inference/BinomialConfidenceIntervalTest.java Thu Oct 31 21:36:03 2013
@@ -23,7 +23,6 @@ import org.junit.Test;
 /**
  * Test cases for the BinomialConfidenceInterval class.
  */
-
 public class BinomialConfidenceIntervalTest {
 
     protected BinomialConfidenceInterval testStatistic = new BinomialConfidenceInterval();

Propchange: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/stat/inference/BinomialConfidenceIntervalTest.java
------------------------------------------------------------------------------
    svn:keywords = Id Revision