Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/3996#discussion_r118713891
--- Diff:
flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/main/java/SocketTextStreamWordCount.java
---
@@ -27,26 +27,23 @@
* This example shows an implementation of WordCount with data from a text
* socket. To run the example make sure that the service providing the
text data
* is already up and running.
- *
- * <p>
- * To start an example socket text stream on your local machine run netcat
from
+ *
+ * <p>To start an example socket text stream on your local machine run
netcat from
* a command line: <code>nc -lk 9999</code>, where the parameter specifies
the
* port number.
- *
- *
- * <p>
- * Usage:
+ *
+ *
--- End diff --
Extra line?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---