You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2016/05/23 23:18:40 UTC

[3/8] [math] Formatting.

Formatting.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/02e4f6be
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/02e4f6be
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/02e4f6be

Branch: refs/heads/develop
Commit: 02e4f6be9f5c7b6a3e6e0e83d8f038bdcd9ef287
Parents: 3ab3653
Author: Gilles <er...@apache.org>
Authored: Sun Mar 27 01:29:21 2016 +0100
Committer: Gilles <er...@apache.org>
Committed: Sun Mar 27 01:29:21 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/commons/math4/complex/ComplexUtilsTest.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/02e4f6be/src/test/java/org/apache/commons/math4/complex/ComplexUtilsTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/math4/complex/ComplexUtilsTest.java b/src/test/java/org/apache/commons/math4/complex/ComplexUtilsTest.java
index 1b9d96e..aadeb1a 100644
--- a/src/test/java/org/apache/commons/math4/complex/ComplexUtilsTest.java
+++ b/src/test/java/org/apache/commons/math4/complex/ComplexUtilsTest.java
@@ -1,5 +1,5 @@
 /*
-* Licensed to the Apache Software Foundation (ASF) under one or more
+ * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
@@ -26,6 +26,7 @@ import org.junit.Assert;
 import org.junit.Test;
 
 /**
+ * Test cases for {@link ComplexUtils}.
  */
 public class ComplexUtilsTest {
 
@@ -595,5 +596,4 @@ public class ComplexUtilsTest {
             TestUtils.assertEquals(new Complex(0, 0), cc, Math.ulp(0));
         }
     }
-
 }