https://bz.apache.org/bugzilla/show_bug.cgi?id=57981
--- Comment #10 from Felix Schumacher <[email protected]> --- Thanks for the patch. Please address only one issue at a time in a patch. This patch addressed javadoc, removal of unused comments and the conversion of for loops. Please note also, that we don't use *-imports. Date: Sun Aug 23 12:29:44 2015 New Revision: 1697173 URL: http://svn.apache.org/r1697173 Log: Add javadocs. Part of a patch by Graham Russel about converting to for loops. Bugzilla Id: 57981 Modified: jmeter/trunk/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java Date: Sun Aug 23 12:34:57 2015 New Revision: 1697174 URL: http://svn.apache.org/r1697174 Log: Remove log statements, that were commented out. Part of a patch about converting to for loops by Graham Russel. Bugzilla Id: 57981 Modified: jmeter/trunk/src/components/org/apache/jmeter/control/IncludeController.java Date: Sun Aug 23 13:16:41 2015 New Revision: 1697178 URL: http://svn.apache.org/r1697178 Log: Convert to for loops. Patch by Graham Russel. Bugzilla Id: 57981 Modified: jmeter/trunk/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java jmeter/trunk/src/components/org/apache/jmeter/control/IncludeController.java jmeter/trunk/src/components/org/apache/jmeter/visualizers/PropertyControlGui.java -- You are receiving this mail because: You are the assignee for the bug.
