You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by am...@apache.org on 2003/12/09 01:51:47 UTC

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans ServerLifecycleListener.java

amyroh      2003/12/08 16:51:47

  Modified:    catalina/src/share/org/apache/catalina/mbeans
                        ServerLifecycleListener.java
  Log:
  Fix indentation.
  
  Revision  Changes    Path
  1.12      +38 -38    jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans/ServerLifecycleListener.java
  
  Index: ServerLifecycleListener.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans/ServerLifecycleListener.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ServerLifecycleListener.java	25 Sep 2003 12:49:01 -0000	1.11
  +++ ServerLifecycleListener.java	9 Dec 2003 00:51:47 -0000	1.12
  @@ -152,41 +152,41 @@
       /**
        * MX4J adaptor name.
        */
  -	protected String adaptor = null;
  +    protected String adaptor = null;
   
  -	public String getAdaptor() {
  -		return (this.adaptor);
  -	}
  -
  -	public void setAdaptor(String adaptor) {
  -		this.adaptor = adaptor;
  -	}
  -
  -	/**
  -	 * MX4J jrmp/iiop listen host
  -	 */ 
  -	protected String adaptorHost = null;
  -
  -	public String getAdaptorHost() {
  -		return (this.adaptorHost);
  -	}
  -
  -	public void setAdaptorHost(String adaptorHost) {
  -		this.adaptorHost = adaptorHost;
  -	}
  -
  -	/**
  -	 * MX4J jrmp/iiop listen port
  -	 */ 
  -	protected int adaptorPort = -1;
  -
  -	public int getAdaptorPort() {
  -		return (this.adaptorPort);
  -	}
  -
  -	public void setAdaptorPort(int adaptorPort) {
  -		this.adaptorPort = adaptorPort;
  -	}
  +    public String getAdaptor() {
  +        return (this.adaptor);
  +    }
  +
  +    public void setAdaptor(String adaptor) {
  +        this.adaptor = adaptor;
  +    }
  +
  +    /**
  +     * MX4J jrmp/iiop listen host
  +     */ 
  +    protected String adaptorHost = null;
  +
  +    public String getAdaptorHost() {
  +        return (this.adaptorHost);
  +    }
  +
  +    public void setAdaptorHost(String adaptorHost) {
  +        this.adaptorHost = adaptorHost;
  +    }
  +
  +    /**
  +     * MX4J jrmp/iiop listen port
  +     */ 
  +    protected int adaptorPort = -1;
  +
  +    public int getAdaptorPort() {
  +        return (this.adaptorPort);
  +    }
  +
  +    public void setAdaptorPort(int adaptorPort) {
  +        this.adaptorPort = adaptorPort;
  +    }
   
   
       // ---------------------------------------------- ContainerListener Methods
  
  
  

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