Github user tillrohrmann commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1202#discussion_r41163935
  
    --- Diff: 
flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala
 ---
    @@ -129,6 +129,13 @@ class JobManager(
       var leaderSessionID: Option[UUID] = None
     
       /**
    +   * The port of the web monitor as configured. Make sure that it is 
actually configured before
    +   * starting the JobManager.
    +   */
    +  val webMonitorPort : Integer = flinkConfiguration.getInteger(
    --- End diff --
    
    Why not using Scala's `Int` type here?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to