You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2009/05/10 18:32:05 UTC

svn commit: r773361 - /jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/NextIsNullException.java

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-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org