You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2016/12/22 01:35:17 UTC

[2/2] incubator-edgent git commit: tweak

tweak

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/be0d4b19
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/be0d4b19
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/be0d4b19

Branch: refs/heads/master
Commit: be0d4b19960201f4ecf7c58266f701ba517b62bd
Parents: 0d588ae
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Wed Dec 21 17:10:22 2016 -0500
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Wed Dec 21 17:10:22 2016 -0500

----------------------------------------------------------------------
 .../edgent/test/connectors/kafka/KafkaStreamsTestManual.java      | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/be0d4b19/connectors/kafka/src/test/java/org/apache/edgent/test/connectors/kafka/KafkaStreamsTestManual.java
----------------------------------------------------------------------
diff --git a/connectors/kafka/src/test/java/org/apache/edgent/test/connectors/kafka/KafkaStreamsTestManual.java b/connectors/kafka/src/test/java/org/apache/edgent/test/connectors/kafka/KafkaStreamsTestManual.java
index 0a9c3ab..74e5b63 100644
--- a/connectors/kafka/src/test/java/org/apache/edgent/test/connectors/kafka/KafkaStreamsTestManual.java
+++ b/connectors/kafka/src/test/java/org/apache/edgent/test/connectors/kafka/KafkaStreamsTestManual.java
@@ -63,12 +63,11 @@ import org.junit.Test;
  * }</pre>
  * 
  * <p>
- * The tests and sample require certain test topics.  Create them:
+ * Create the test's topics:
  * <pre>{@code
  * # create our kafka test and sample topics
  * bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic testTopic1
  * bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic testTopic2
- * bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic kafkaSampleTopic
  * bin/kafka-topics.sh --list --zookeeper localhost:2181
  * 
  * # quick verify