You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/07/08 14:42:30 UTC

svn commit: r961738 - /jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContext.java

Author: sebb
Date: Thu Jul  8 12:42:30 2010
New Revision: 961738

URL: http://svn.apache.org/viewvc?rev=961738&view=rev
Log:
Javadoc

Modified:
    jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContext.java

Modified: jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContext.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContext.java?rev=961738&r1=961737&r2=961738&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContext.java (original)
+++ jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContext.java Thu Jul  8 12:42:30 2010
@@ -26,7 +26,7 @@ import org.apache.jmeter.engine.Standard
  * Holds context for a thread.
  * Generated by JMeterContextService.
  * 
- * @NotThreadSafe // Only intended for use within a thread
+ * The class is not thread-safe - it is only intended for use within a single thread.
  */
 public class JMeterContext {
     private JMeterVariables variables;



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org