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 11:49:00 UTC

[2/2] incubator-s2graph git commit: [S2GRAPH-129]: Restrict direct access on Edge's properties from other classes.

[S2GRAPH-129]: Restrict direct access on Edge's properties from other classes.

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

Pull Request:
  Closes #99

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/b8956760
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/b8956760
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/b8956760

Branch: refs/heads/master
Commit: b895676063916cb76c4198c30598b60dd90cb668
Parents: 292174e
Author: DO YUNG YOON <st...@apache.org>
Authored: Wed Nov 30 20:48:48 2016 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Wed Nov 30 20:48:48 2016 +0900

----------------------------------------------------------------------
 CHANGES | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b8956760/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 1c5c01e..e76cb59 100644
--- a/CHANGES
+++ b/CHANGES
@@ -228,6 +228,8 @@ 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).
+    
   TEST
     
     S2GRAPH-21: Change PostProcessBenchmarkSpec not to store and fetch test data from storage. (Committed by DOYUNG YOON).