You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/12/16 22:42:28 UTC

tinkerpop git commit: small nothing.

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1564 e860500eb -> 70b0b576f


small nothing.


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

Branch: refs/heads/TINKERPOP-1564
Commit: 70b0b576f2d9f447c4b9714cfe8055a0b1432a13
Parents: e860500
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri Dec 16 15:42:23 2016 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri Dec 16 15:42:23 2016 -0700

----------------------------------------------------------------------
 .../tinkerpop/gremlin/akka/process/actor/AkkaGraphActors.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/70b0b576/akka-gremlin/src/main/java/org/apache/tinkerpop/gremlin/akka/process/actor/AkkaGraphActors.java
----------------------------------------------------------------------
diff --git a/akka-gremlin/src/main/java/org/apache/tinkerpop/gremlin/akka/process/actor/AkkaGraphActors.java b/akka-gremlin/src/main/java/org/apache/tinkerpop/gremlin/akka/process/actor/AkkaGraphActors.java
index c5a77db..bc692c0 100644
--- a/akka-gremlin/src/main/java/org/apache/tinkerpop/gremlin/akka/process/actor/AkkaGraphActors.java
+++ b/akka-gremlin/src/main/java/org/apache/tinkerpop/gremlin/akka/process/actor/AkkaGraphActors.java
@@ -83,7 +83,7 @@ public final class AkkaGraphActors<R> implements GraphActors<R> {
 
     @Override
     public GraphActors<R> configure(final String key, final Object value) {
-        this.configuration.addProperty(key, value);
+        this.configuration.setProperty(key, value);
         return this;
     }