[
https://issues.apache.org/jira/browse/FLINK-5168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15701394#comment-15701394
]
ASF GitHub Bot commented on FLINK-5168:
---------------------------------------
Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/2875#discussion_r89740442
--- Diff:
flink-libraries/flink-gelly-scala/src/main/scala/org/apache/flink/graph/scala/Graph.scala
---
@@ -294,7 +294,7 @@ object Graph {
}
/**
- * Represents a graph consisting of {@link Edge edges} and {@link Vertex
vertices}.
+ * Represents a graph consisting of [[Edge]] edgs and [[Vertex]] vertices.
--- End diff --
typo `edgs` -> `edges`
> Scaladoc annotation link use [[]] instead of {@link}
> ----------------------------------------------------
>
> Key: FLINK-5168
> URL: https://issues.apache.org/jira/browse/FLINK-5168
> Project: Flink
> Issue Type: Improvement
> Components: Scala API
> Reporter: shijinkui
>
> {@link StreamExecutionEnvironment#readFile(FileInputFormat,
> * String, FileProcessingMode, long)}
> ==>
> [[StreamExecutionEnvironment#readFile(FileInputFormat, String,
> FileProcessingMode, long)]]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)