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 2018/02/02 13:29:06 UTC

[11/50] commons-numbers git commit: Trailing spaces.

Trailing spaces.


Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/5ed62806
Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/5ed62806
Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/5ed62806

Branch: refs/heads/feature__NUMBERS-51__field
Commit: 5ed62806c78286c006a8fe0919a8b51822542eb7
Parents: dc83272
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
Authored: Mon Jan 29 02:08:10 2018 +0100
Committer: Gilles Sadowski <gi...@harfang.homelinux.org>
Committed: Mon Jan 29 02:08:10 2018 +0100

----------------------------------------------------------------------
 commons-numbers-field/src/site/xdoc/index.xml                      | 1 -
 .../java/org/apache/commons/numbers/field/FieldParametricTest.java | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/5ed62806/commons-numbers-field/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/commons-numbers-field/src/site/xdoc/index.xml b/commons-numbers-field/src/site/xdoc/index.xml
index 95ea0ac..74187e7 100644
--- a/commons-numbers-field/src/site/xdoc/index.xml
+++ b/commons-numbers-field/src/site/xdoc/index.xml
@@ -16,7 +16,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
 <document>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/5ed62806/commons-numbers-field/src/test/java/org/apache/commons/numbers/field/FieldParametricTest.java
----------------------------------------------------------------------
diff --git a/commons-numbers-field/src/test/java/org/apache/commons/numbers/field/FieldParametricTest.java b/commons-numbers-field/src/test/java/org/apache/commons/numbers/field/FieldParametricTest.java
index fc123b8..4fee7cd 100644
--- a/commons-numbers-field/src/test/java/org/apache/commons/numbers/field/FieldParametricTest.java
+++ b/commons-numbers-field/src/test/java/org/apache/commons/numbers/field/FieldParametricTest.java
@@ -108,6 +108,6 @@ public class FieldParametricTest {
     public void testDistributivity() {
         final Object r1 = field.multiply(a, field.add(b, c));
         final Object r2 = field.add(field.multiply(a, b), field.multiply(a, c));
-        Assert.assertTrue(r1.equals(r2));        
+        Assert.assertTrue(r1.equals(r2));
     }
 }