You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2016/11/30 12:07:23 UTC

[7/7] incubator-s2graph git commit: [S2GRAPH-130]: Edge.propsWithTs data type should be changed into mutable to support setter interface exist in tp3.

[S2GRAPH-130]: Edge.propsWithTs data type should be changed into mutable to support setter interface exist in tp3.

JIRA:
  [S2GRAPH-130] https://issues.apache.org/jira/browse/S2GRAPH-130

Pull Request:
  Closes #100

Authors
  DO YUNG YOON: steamshon@apache.org


Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/f74c224a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/f74c224a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/f74c224a

Branch: refs/heads/master
Commit: f74c224acbac53d0106f7ced68f4b896841d565e
Parents: 72b3ebd
Author: DO YUNG YOON <st...@apache.org>
Authored: Wed Nov 30 21:07:50 2016 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Wed Nov 30 21:07:50 2016 +0900

----------------------------------------------------------------------
 CHANGES | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/f74c224a/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index e76cb59..484cf88 100644
--- a/CHANGES
+++ b/CHANGES
@@ -229,7 +229,9 @@ Release 0.1.0 - unreleased
     S2GRAPH-114: `MethodNotSupportedException` class in s2counter_core project miss license header (Committed by DOYUNG YOON).
     
     S2GRAPH-129: Restrict direct access on Edge's properties from other classes. (Committed by DOYUNG YOON).
-    
+ 
+    S2GRAPH-130: Edge.propsWithTs data type should be changed into mutable to support setter interface exist in tp3 (Committed by DOYUNG YOON).
+   
   TEST
     
     S2GRAPH-21: Change PostProcessBenchmarkSpec not to store and fetch test data from storage. (Committed by DOYUNG YOON).