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 2017/01/10 16:11:45 UTC

[37/50] [abbrv] tinkerpop git commit: small nothing.

small nothing.


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

Branch: refs/heads/TINKERPOP-1564
Commit: 6a7c906b79822f8d6cbfcfa8b64ca197f0ecc5dd
Parents: 374c530
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri Dec 16 15:42:23 2016 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Tue Jan 10 08:25:26 2017 -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/6a7c906b/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;
     }