[
https://issues.apache.org/jira/browse/FLINK-10639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16660068#comment-16660068
]
ASF GitHub Bot commented on FLINK-10639:
----------------------------------------
hequn8128 opened a new pull request #6902: [FLINK-10639][docs] Fix java syntax
error in document
URL: https://github.com/apache/flink/pull/6902
## What is the purpose of the change
Fix java syntax error in document. For example, the
`StreamTableSourceFactory` is a trait. So the java example in the document
should using `implements` keyword.
## Brief change log
- Use `implements` keyword instead of `extends` for java in Flink docs.
## Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (no)
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (no)
- The serializers: (no)
- The runtime per-record code paths (performance sensitive): (no)
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
- The S3 file system connector: (no)
## Documentation
- Does this pull request introduce a new feature? (no)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Fix java syntax error in document
> ---------------------------------
>
> Key: FLINK-10639
> URL: https://issues.apache.org/jira/browse/FLINK-10639
> Project: Flink
> Issue Type: Bug
> Components: Documentation, Table API & SQL
> Affects Versions: 1.6.1, 1.7.0
> Reporter: sunjincheng
> Assignee: Hequn Cheng
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.6.1, 1.7.0
>
> Attachments: image-2018-10-22-16-54-10-305.png
>
>
> Due to the
> [StreamTableSourceFactory|https://github.com/apache/flink/blob/master/flink-libraries/flink-table/src/main/scala/org/apache/flink/table/factories/StreamTableSourceFactory.scala]
> is a trait. So the java example in the document should using "implements"
> keyword.
> !image-2018-10-22-16-54-10-305.png!
>
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)