huw         2002/08/06 21:11:13

  Modified:    src/java/org/apache/avalon/phoenix/interfaces
                        EmbeddorMBean.java
  Log:
  Quotes in the description breaks the xml - added descriptions to override the 
default description.
  
  Revision  Changes    Path
  1.9       +3 -1      
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/EmbeddorMBean.java
  
  Index: EmbeddorMBean.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/EmbeddorMBean.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- EmbeddorMBean.java        7 Aug 2002 02:57:15 -0000       1.8
  +++ EmbeddorMBean.java        7 Aug 2002 04:11:13 -0000       1.9
  @@ -22,12 +22,13 @@
       String ROLE = EmbeddorMBean.class.getName();
   
       /**
  -     * Get name by which the server is know.
  +     * Get name by which the server is known.
        * Usually this defaults to "Phoenix" but the admin
        * may assign another name. This is useful when you
        * are managing a cluster of Phoenix servers.
        *
        * @phoenix:mx-attribute
  +     * @phoenix:mx-description Name by which this server is known.
        *
        * @return the name of server
        */
  @@ -66,6 +67,7 @@
        * Usually looks like "v4.0.1a".
        *
        * @phoenix:mx-attribute
  +     * @phoenix:mx-description Retrieve a string identifying version of 
server.
        *
        * @return version string of server.
        */
  
  
  

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

Reply via email to