jdk/src/share/classes/javax/management/StringValueExp.java
changeset 1004 5ba8217eb504
parent 715 f16baef3a20e
child 5506 202f599c92aa
equal deleted inserted replaced
1003:b2f6b7e00c29 1004:5ba8217eb504
    83      * @param s The MBean server on which the query is to be performed.
    83      * @param s The MBean server on which the query is to be performed.
    84      */
    84      */
    85     /* There is no need for this method, because if a query is being
    85     /* There is no need for this method, because if a query is being
    86        evaluated a StringValueExp can only appear inside a QueryExp,
    86        evaluated a StringValueExp can only appear inside a QueryExp,
    87        and that QueryExp will itself have done setMBeanServer.  */
    87        and that QueryExp will itself have done setMBeanServer.  */
       
    88     @Deprecated
    88     public void setMBeanServer(MBeanServer s)  { }
    89     public void setMBeanServer(MBeanServer s)  { }
    89 
    90 
    90     /**
    91     /**
    91      * Applies the ValueExp on a MBean.
    92      * Applies the ValueExp on a MBean.
    92      *
    93      *