You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Greg Hogan (JIRA)" <ji...@apache.org> on 2015/06/22 22:51:00 UTC

[jira] [Created] (FLINK-2262) ParameterTool API misnamed function

Greg Hogan created FLINK-2262:
---------------------------------

             Summary: ParameterTool API misnamed function
                 Key: FLINK-2262
                 URL: https://issues.apache.org/jira/browse/FLINK-2262
             Project: Flink
          Issue Type: Bug
          Components: Java API
    Affects Versions: 0.9, master
            Reporter: Greg Hogan


In org.apache.flink.api.java.utils.ParameterTool the function to read an Integer with a default value is named "getLong".

public int getLong(String key, int defaultValue) { ...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)