https://issues.apache.org/bugzilla/show_bug.cgi?id=49545
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |FIXED --- Comment #8 from Sebb <[email protected]> 2010-07-07 20:44:07 EDT --- Thanks! I had to remove the @Override markers from the methods that implement interface methods, as Java 1.5 does not allow @Override to be applied to implementations, only to "real" overrides. URL: http://svn.apache.org/viewvc?rev=961546&view=rev Log: Bug 49545 - Formatted (parsed) view of Sample Result in Results Tree Modified: jakarta/jmeter/trunk/src/components/org/apache/jmeter/visualizers/SamplerResultTab.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties jakarta/jmeter/trunk/xdocs/changes.xml -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
