GitHub user bowenli86 opened a pull request: https://github.com/apache/flink/pull/4904
[hotfix] reorder the methods so they conform to their order in the interface ## What is the purpose of the change As discussed with @aljoscha in https://github.com/apache/flink/pull/4881, I'm moving those unmerged changes to this PR. The purpose is to reorder the impl methods so they conform to their order in the interface ## Brief change log - reorder the impl methods ## Verifying this change This change is a trivial rework / code cleanup without any test coverage. ## Does this pull request potentially affect one of the following parts: none ## Documentation none You can merge this pull request into a Git repository by running: $ git pull https://github.com/bowenli86/flink hotfix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/4904.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4904 ---- commit 7c16e92ca67f7d6fb59136ba908959d3deaef058 Author: Bowen Li <bowenl...@gmail.com> Date: 2017-10-25T15:01:22Z [hotfix] reorder the methods so they conform to the order in the interface ---- ---