Skip to content

Commit 1fc8358

Browse files
author
Jim Carroll
committed
Fix comment. Build against released version.
1 parent a8ba129 commit 1fc8358

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

distributed-simple-wordcount/src/main/java/net/dempsy/example/simplewordcount/SimpleWordCount.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static void main(final String[] args) throws InterruptedException, Illega
3737
)
3838
// this will basically disable monitoring for the example
3939
.nodeStatsCollector(new DummyNodeStatsCollector())
40-
// use a blocking queue as the transport mechanism since this is all running in the same process
40+
// use a Java NIO the transport mechanism
4141
.receiver(new NioReceiver<Object>(new JavaSerializer()))
4242
.build()
4343

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<packaging>pom</packaging>
1212

1313
<properties>
14-
<dempsy.version>0.17-SNAPSHOT</dempsy.version>
15-
<dempsy-commons.version>2.4.1-SNAPSHOT</dempsy-commons.version>
14+
<dempsy.version>0.16.0</dempsy.version>
15+
<dempsy-commons.version>2.4.0</dempsy-commons.version>
1616
<slf4j.version>1.7.30</slf4j.version>
1717
</properties>
1818

0 commit comments

Comments
 (0)