GitHub user ham1 opened a pull request:
https://github.com/apache/jmeter/pull/358
Checkstyle: LineLength max 165, AnonInnerLength 45 and other whitespace
checks
Also removed some unnecessary `StringBuilder`s
## How Has This Been Tested?
`ant checkstyle test`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ham1/jmeter more_checkstyle
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/358.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 #358
----
commit ec91dd9b172d954f8aa6e8f145bfda7ea97b3b6b
Author: Graham Russell <[email protected]>
Date: 2017-12-12T17:12:38Z
Checkstyle: LineLength max 165, AnonInnerLength 45 and other whitespace
checks
Also removed some unnecessary StringBuilders
----
---