[S2GRAPH-131]: Add actual implementation on interfaces from TinkerPop3 structure package.
JIRA: [S2GRAPH-131] https://issues.apache.org/jira/browse/S2GRAPH-131 Pull Request: Closes #101 Authors DO YUNG YOON: [email protected] Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/247b2cb9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/247b2cb9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/247b2cb9 Branch: refs/heads/master Commit: 247b2cb9d67f41e56cee1facba5430221db939c9 Parents: 0f21ad6 Author: DO YUNG YOON <[email protected]> Authored: Thu Dec 1 17:30:46 2016 +0900 Committer: DO YUNG YOON <[email protected]> Committed: Thu Dec 1 17:30:46 2016 +0900 ---------------------------------------------------------------------- CHANGES | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/247b2cb9/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 484cf88..860d2f5 100644 --- a/CHANGES +++ b/CHANGES @@ -231,6 +231,8 @@ Release 0.1.0 - unreleased 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). + + S2GRAPH-131: Add actual implementation on interfaces from TinkerPop3 structure package. (Committed by DOYUNG YOON). TEST
