Skip to content

Commit

Permalink
[hotfix] [quickstarts] Fix block comments in program stubs.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Feb 26, 2018
1 parent d052489 commit cb0ea0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static void main(String[] args) throws Exception {
// set up the batch execution environment
final ExecutionEnvironment env = ExecutionEnvironment.getExecutionEnvironment();

/**
/*
* Here, you can start creating your execution plan for Flink.
*
* Start with getting some data from the environment, like
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static void main(String[] args) throws Exception {
// set up the streaming execution environment
final StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();

/**
/*
* Here, you can start creating your execution plan for Flink.
*
* Start with getting some data from the environment, like
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object BatchJob {
// set up the batch execution environment
val env = ExecutionEnvironment.getExecutionEnvironment

/**
/*
* Here, you can start creating your execution plan for Flink.
*
* Start with getting some data from the environment, like
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object StreamingJob {
// set up the streaming execution environment
val env = StreamExecutionEnvironment.getExecutionEnvironment

/**
/*
* Here, you can start creating your execution plan for Flink.
*
* Start with getting some data from the environment, like
Expand Down

0 comments on commit cb0ea0f

Please sign in to comment.