sebb        2004/10/23 12:42:06

  Modified:    src/protocol/http/org/apache/jmeter/protocol/http/control
                        Tag: rel-2_0 Header.java
  Log:
  setXXX is synchronized, make getXXX synch as well
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.6.2.1   +3 -3      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/control/Header.java
  
  Index: Header.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/control/Header.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- Header.java       12 Feb 2004 00:07:12 -0000      1.6
  +++ Header.java       23 Oct 2004 19:42:06 -0000      1.6.2.1
  @@ -68,7 +68,7 @@
       /**
        * Get the value for this object.
        */
  -    public String getValue()
  +    public synchronized String getValue()
       {
           return getPropertyAsString(VALUE);
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to