diff --git a/flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/Graph.java b/flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/Graph.java index c84eb121c525b2c383ad99b79fea548c0c41996f..62173e3c6e730863fe353545c4c725105817fe15 100644 --- a/flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/Graph.java +++ b/flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/Graph.java @@ -68,7 +68,7 @@ import org.apache.flink.types.NullValue; * @see org.apache.flink.graph.Vertex * * @param the key type for edge and vertex identifiers - * @param the value type for vertexes + * @param the value type for vertices * @param the value type for edges */ @SuppressWarnings("serial") @@ -79,8 +79,7 @@ public class Graph & Serializable, VV extends Serializab private final DataSet> edges; /** - * Creates a graph from two DataSets: vertices and edges and allow setting - * the undirected property + * Creates a graph from two DataSets: vertices and edges * * @param vertices a DataSet of vertices. * @param edges a DataSet of edges.