You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2016/04/28 07:25:36 UTC

hama git commit: This closes #14

Repository: hama
Updated Branches:
  refs/heads/master 83f906c23 -> 5da38ec6b


This closes #14


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

Branch: refs/heads/master
Commit: 5da38ec6bcf43c17fffa3726281e16d98b240ec5
Parents: 83f906c
Author: Edward J. Yoon <ed...@apache.org>
Authored: Thu Apr 28 14:25:19 2016 +0900
Committer: Edward J. Yoon <ed...@apache.org>
Committed: Thu Apr 28 14:25:19 2016 +0900

----------------------------------------------------------------------
 CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hama/blob/5da38ec6/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 3dc0de5..8c25d0e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,7 +8,7 @@ Release 0.7.2 (unreleased changes)
 
   BUG FIXES
 
-    HAMA-989: Added condition to ignore Async based test cases for non-linux systems (Behroz Sikander via edwardyoon)
+    HAMA-989: Add condition to ignore Async based test cases for non-linux systems (Behroz Sikander via edwardyoon)
     HAMA-986: There is a missing value when calculating hashcode of AsyncClient (JongYoon Lim via edwardyoon)
 
   IMPROVEMENTS