GitHub user naqashgerard123 reopened a pull request:
https://github.com/apache/jmeter/pull/393
Jmeter 2.4.x
## Description
<!--- Provide a general summary of your changes in the Title above -->
<!--- Describe your changes in detail here -->
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, tests ran to see how -->
<!--- your change affects other areas of the code, etc. -->
## Screenshots (if appropriate):
## Types of changes
<!--- What types of changes does your code introduce? Delete as appropriate
-->
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality
to not work as expected)
## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- [ ] My code follows the [code style][style-guide] of this project.
- [x] I have updated the documentation accordingly.
[style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/jmeter jmeter-2.4.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/393.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 #393
----
commit de4427889d9dfe5b95bb13572c0d6b1652490820
Author: Sebastian Bazley <sebb@...>
Date: 2009-08-14T14:38:31Z
Take copy before starting Java 1.5 changes
git-svn-id:
https://svn.apache.org/repos/asf/jakarta/jmeter/branches/jmeter-2.4.x@804242
13f79535-47bb-0310-9956-ffa450edef68
commit 75615e9307c20c128ef14da4cadee3d3938d4c0e
Author: Sebastian Bazley <sebb@...>
Date: 2011-11-01T21:24:53Z
JMeter TLP move
git-svn-id:
https://svn.apache.org/repos/asf/jmeter/branches/jmeter-2.4.x@1196285
13f79535-47bb-0310-9956-ffa450edef68
----
---