mike-jumper opened a new pull request #597: URL: https://github.com/apache/guacamole-client/pull/597
As flagged by Coverity, the private `DEFAULT_MAX_REQUEST_SIZE` constant was erroneously _not_ declared `static`. As a private integer constant, it rerally should be `static`. It doesn't make sense for a constant to be an instance variable. ---------------------------------------------------------------- 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]
