You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2019/06/14 21:52:50 UTC

[commons-csv] branch master updated: Typo

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new ed8602d  Typo
ed8602d is described below

commit ed8602db296a29bb7e2cf3c3c0f2a19d5b9fc60d
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jun 14 22:52:41 2019 +0100

    Typo
---
 src/test/java/org/apache/commons/csv/CSVFormatTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/csv/CSVFormatTest.java b/src/test/java/org/apache/commons/csv/CSVFormatTest.java
index 10d48dd..a7379ef 100644
--- a/src/test/java/org/apache/commons/csv/CSVFormatTest.java
+++ b/src/test/java/org/apache/commons/csv/CSVFormatTest.java
@@ -1115,7 +1115,7 @@ public class CSVFormatTest {
             fail("Objects must not compare equal for " + name + "(" + type + ")");
         }
         if (left.hashCode() == right.hashCode()) {
-            fail("Hash code not be equal for " + name + "(" + type + ")");            
+            fail("Hash code should not be equal for " + name + "(" + type + ")");            
         }
     }