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/04 13:59:01 UTC

[43/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/5720ac13
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5720ac13
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/5720ac13

Branch: refs/heads/TINKERPOP-1564
Commit: 5720ac133eaa4665d765bed8af16f8cf6917a455
Parents: f8ec390
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri Dec 16 15:42:23 2016 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed Jan 4 05:10:09 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/5720ac13/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;
     }