Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.18.1
Description
The third input parameter name of the method named visit(ArrayNode jsonArray, List<Integer> toVisit, Map<Integer, Integer> edgeRemapings) in line 72 in class org.apache.flink.streaming.api.graph.JSONGenerator is wrong, because there is no remaping word, the correct parameter name should be edgeRemappings which there are double p words.