Author: sebb Date: Sun May 10 16:32:05 2009 New Revision: 773361 URL: http://svn.apache.org/viewvc?rev=773361&view=rev Log: Oops, needs to remain public
Modified: jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/NextIsNullException.java Modified: jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/NextIsNullException.java URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/NextIsNullException.java?rev=773361&r1=773360&r2=773361&view=diff ============================================================================== --- jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/NextIsNullException.java (original) +++ jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/NextIsNullException.java Sun May 10 16:32:05 2009 @@ -24,5 +24,5 @@ /** * Used by the Generic and Interleave controllers to signal the end of their samples */ -class NextIsNullException extends Exception { +public class NextIsNullException extends Exception { } --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org