[GitHub] jmeter pull request: Removing unnecessary modifiers

2016-02-18 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jmeter/pull/122


---
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.
---


[GitHub] jmeter pull request: Removing unnecessary modifiers

2016-02-14 Thread ham1
GitHub user ham1 opened a pull request:

https://github.com/apache/jmeter/pull/122

Removing unnecessary modifiers

Removed final from static and private methods.
Removed static, public and semicolons from enums.
Removed final from interface variables.
Removed ? extends Object.
Fixed a few typos and re-formatted some code while in the same area.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ham1/jmeter remove_unnecessary_things

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/122.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 #122


commit ddc07ca781fafd0c8e718a36547e948b48e09c42
Author: Graham Russell 
Date:   2016-02-14T00:35:19Z

Removing unnecessary modifiers - also some other code tidy up in certain 
areas.




---
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.
---