kirklund opened a new pull request #6310: URL: https://github.com/apache/geode/pull/6310
``` commit 425f25b3e0fbcd8681dc0f76340281b1ec143798 Author: Kirk Lund <[email protected]> Date: Fri Apr 9 17:24:26 2021 -0700 GEODE-9132: Cleanup PartitionedRegionClearMessage * Use descriptive names for variables and methods * Use Objects.requireNonNull instead of Assert.assertTrue * Remove unnecessary uses of final, this, and super * Use static logger * Reformat some lines with weird formatting ``` ``` commit a4fa93d30819924bd1ec291470c60743e950f89f Author: Kirk Lund <[email protected]> Date: Fri Apr 9 15:22:46 2021 -0700 GEODE-9132: Fixup PartitionResponse constructors * Chain constructors to only one constructor that calls super * Expose all arguments for dependency injection * Provide type to recipients ``` ``` commit a2c41bf9a2bcb1b42d5fe6d85218b9ded8291ce1 Author: Kirk Lund <[email protected]> Date: Fri Apr 9 15:06:40 2021 -0700 GEODE-9132: Delete ClearPRMessage ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
