aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/nexus
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-11-27 16:24:01 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2012-12-07 20:06:42 +0100
commit041bab815c5c554169835993735b8e5c35d436ed (patch)
tree473774956540013316dc10bd8428350c15f20933 /src/main/java/io/trygvis/esper/testing/nexus
parente243a6fd6c444b451398ceb659ea4963a19122d0 (diff)
downloadesper-testing-041bab815c5c554169835993735b8e5c35d436ed.tar.gz
esper-testing-041bab815c5c554169835993735b8e5c35d436ed.tar.bz2
esper-testing-041bab815c5c554169835993735b8e5c35d436ed.tar.xz
esper-testing-041bab815c5c554169835993735b8e5c35d436ed.zip
o Switching the gitorious code to the actor structure.
Diffstat (limited to 'src/main/java/io/trygvis/esper/testing/nexus')
-rwxr-xr-xsrc/main/java/io/trygvis/esper/testing/nexus/NexusImporter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/trygvis/esper/testing/nexus/NexusImporter.java b/src/main/java/io/trygvis/esper/testing/nexus/NexusImporter.java
index c6e2460..ea57c43 100755
--- a/src/main/java/io/trygvis/esper/testing/nexus/NexusImporter.java
+++ b/src/main/java/io/trygvis/esper/testing/nexus/NexusImporter.java
@@ -29,7 +29,7 @@ public class NexusImporter {
String name = server.name;
- return ObjectUtil.threadedActor(boneCp, "", config.nexusUpdateInterval, new NexusServer(client, server));
+ return ObjectUtil.threadedActor(name, config.nexusUpdateInterval, boneCp, new NexusServer(client, server));
}
});