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 2004/06/07 00:23:57 UTC

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/proxy ProxyControl.java

sebb        2004/06/06 15:23:57

  Modified:    src/protocol/http/org/apache/jmeter/protocol/http/proxy
                        ProxyControl.java
  Log:
  Make Daemon transient, as it is not serialisable
  
  Revision  Changes    Path
  1.52      +3 -5      jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
  
  Index: ProxyControl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- ProxyControl.java	20 Feb 2004 01:03:07 -0000	1.51
  +++ ProxyControl.java	6 Jun 2004 22:23:57 -0000	1.52
  @@ -68,14 +68,12 @@
   import org.apache.oro.text.regex.Perl5Matcher;
   
   /**
  - * @author  Michael Stover
  - * @author  <a href="mailto:jsalvata@apache.org">Jordi Salvat i Alabart</a>
    * @version $Revision$ updated on $Date$
    */
   public class ProxyControl extends GenericController implements Serializable
   {
       transient private static Logger log = LoggingManager.getLoggerForClass();
  -    private Daemon server;
  +    private transient Daemon server;
       public static final int DEFAULT_PORT = 8080;
   	public static final String DEFAULT_PORT_S =
   	         Integer.toString(DEFAULT_PORT);// Used by GUI
  
  
  

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