This is an automated email from the ASF dual-hosted git repository.
nnag pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 9a62655 Removed javadoc issues
9a62655 is described below
commit 9a62655aa43cdcadc0841eeab548d600f3daa884
Author: Naburun Nag <[email protected]>
AuthorDate: Wed Feb 19 14:58:15 2020 -0800
Removed javadoc issues
---
src/test/java/org/apache/geode/kafka/GeodeAsSinkDUnitTest.java | 4 ++--
src/test/java/org/apache/geode/kafka/GeodeAsSourceDUnitTest.java | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/test/java/org/apache/geode/kafka/GeodeAsSinkDUnitTest.java
b/src/test/java/org/apache/geode/kafka/GeodeAsSinkDUnitTest.java
index 65747e2..4dc0bb7 100644
--- a/src/test/java/org/apache/geode/kafka/GeodeAsSinkDUnitTest.java
+++ b/src/test/java/org/apache/geode/kafka/GeodeAsSinkDUnitTest.java
@@ -102,7 +102,7 @@ public class GeodeAsSinkDUnitTest {
String sinkTopic = "SINK_TOPIC_" + testIdentifier;
String sourceTopic = "SOURCE_TOPIC_" + testIdentifier;
- /**
+ /*
* Start the Apache Geode cluster and create the source and sink regions.
* Create a Apache Geode client which inserts data into the source
*/
@@ -114,7 +114,7 @@ public class GeodeAsSinkDUnitTest {
});
- /**
+ /*
* Start the Kafka Cluster, workers and the topic to which the Apache
Geode will connect as
* a source
*/
diff --git a/src/test/java/org/apache/geode/kafka/GeodeAsSourceDUnitTest.java
b/src/test/java/org/apache/geode/kafka/GeodeAsSourceDUnitTest.java
index 018a9b9..108d86a 100644
--- a/src/test/java/org/apache/geode/kafka/GeodeAsSourceDUnitTest.java
+++ b/src/test/java/org/apache/geode/kafka/GeodeAsSourceDUnitTest.java
@@ -114,7 +114,7 @@ public class GeodeAsSourceDUnitTest {
String sinkTopic = "SINK_TOPIC_" + testIdentifier;
String sourceTopic = "SOURCE_TOPIC_" + testIdentifier;
- /**
+ /*
* Start the Apache Geode cluster and create the source and sink regions.
* Create a Apache Geode client which inserts data into the source
*/
@@ -129,7 +129,7 @@ public class GeodeAsSourceDUnitTest {
.create(sourceRegion);
});
- /**
+ /*
* Start the Kafka Cluster, workers and the topic to which the Apache
Geode will connect as
* a source
*/