You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/10/17 00:39:09 UTC

[GitHub] [flink] sjwiesman commented on a change in pull request #17487: [FLINK-24516][archetype] Modernize Maven Archetypes

sjwiesman commented on a change in pull request #17487:
URL: https://github.com/apache/flink/pull/17487#discussion_r729896428



##########
File path: flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/main/java/DataStreamJob.java
##########
@@ -21,44 +21,45 @@
 import org.apache.flink.streaming.api.environment.StreamExecutionEnvironment;
 
 /**
- * Skeleton for a Flink Streaming Job.
+ * Skeleton for a Flink DataStream Job.
  *
- * <p>For a tutorial how to write a Flink streaming application, check the
- * tutorials and examples on the <a href="https://flink.apache.org/docs/stable/">Flink Website</a>.
+ * <p>For a tutorial how to write a Flink application, check the
+ * tutorials and examples on the <a href="https://flink.apache.org">Flink Website</a>.
  *
  * <p>To package your application into a JAR file for execution, run
  * 'mvn clean package' on the command line.
  *
  * <p>If you change the name of the main class (with the public static void main(String[] args))
  * method, change the respective entry in the POM.xml file (simply search for 'mainClass').
  */
-public class StreamingJob {
+public class DataStreamJob {

Review comment:
       I knew I was forgetting something... thank you!




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org