You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/04/13 19:23:04 UTC

[43/43] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into TINKERPOP3-581

Merge remote-tracking branch 'origin/master' into TINKERPOP3-581

Conflicts:
	gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/AbstractGremlinSuite.java


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

Branch: refs/heads/master
Commit: 9716d379df5742dbf3cf1bf681bea0b5043c7d7f
Parents: 4a06aaf c906ee2
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 13 13:10:36 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 13 13:10:36 2015 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |  2 +
 .../tinkerpop/gremlin/structure/Element.java    |  6 --
 .../tinkerpop/gremlin/structure/Graph.java      | 14 ----
 .../tinkerpop/gremlin/structure/Property.java   |  8 +--
 .../gremlin/structure/VertexProperty.java       |  2 -
 .../util/detached/DetachedProperty.java         |  2 +-
 .../util/detached/DetachedVertexProperty.java   |  3 +-
 .../util/reference/ReferenceProperty.java       |  2 +-
 .../util/reference/ReferenceVertexProperty.java |  2 +-
 .../gremlin/structure/util/star/StarGraph.java  |  2 +-
 .../tinkerpop/gremlin/AbstractGremlinSuite.java | 71 --------------------
 .../gremlin/structure/FeatureSupportTest.java   | 14 ++--
 12 files changed, 20 insertions(+), 108 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/9716d379/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/Graph.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/9716d379/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/9716d379/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/FeatureSupportTest.java
----------------------------------------------------------------------