Author: sebb Date: Sat Sep 17 22:11:20 2011 New Revision: 1172078 URL: http://svn.apache.org/viewvc?rev=1172078&view=rev Log: Bug 49976 - FormCharSetFinder visibility is default instead of public.
Modified: jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/FormCharSetFinder.java jakarta/jmeter/trunk/xdocs/changes.xml Modified: jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/FormCharSetFinder.java URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/FormCharSetFinder.java?rev=1172078&r1=1172077&r2=1172078&view=diff ============================================================================== --- jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/FormCharSetFinder.java (original) +++ jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/FormCharSetFinder.java Sat Sep 17 22:11:20 2011 @@ -35,7 +35,8 @@ import org.htmlparser.util.ParserExcepti /** * A parser for html, to find the form tags, and their accept-charset value */ -class FormCharSetFinder { +// made public see Bug 49976 +public class FormCharSetFinder { private static final Logger log = LoggingManager.getLoggerForClass(); static { Modified: jakarta/jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=1172078&r1=1172077&r2=1172078&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/changes.xml (original) +++ jakarta/jmeter/trunk/xdocs/changes.xml Sat Sep 17 22:11:20 2011 @@ -164,6 +164,7 @@ This can be overridden by setting the JM <h2>Non-functional changes</h2> <ul> +<li>Bug 49976 - FormCharSetFinder visibility is default instead of public. </li> </ul> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@jakarta.apache.org For additional commands, e-mail: notifications-h...@jakarta.apache.org