costin      2003/02/03 13:42:32

  Modified:    modeler/src/java/org/apache/commons/modeler
                        AttributeInfo.java
  Log:
  Some implementation of JMX require it to be false  (it is used for base mbean, not 
for
  model mbeans )
  
  Revision  Changes    Path
  1.5       +5 -5      
jakarta-commons/modeler/src/java/org/apache/commons/modeler/AttributeInfo.java
  
  Index: AttributeInfo.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/modeler/src/java/org/apache/commons/modeler/AttributeInfo.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AttributeInfo.java        23 Jan 2003 19:42:03 -0000      1.4
  +++ AttributeInfo.java        3 Feb 2003 21:42:32 -0000       1.5
  @@ -255,7 +255,7 @@
           // Create and return a new information object
           info = new ModelMBeanAttributeInfo
               (getName(), getType(), getDescription(),
  -             isReadable(), isWriteable(), isIs());
  +             isReadable(), isWriteable(), false);
           Descriptor descriptor = info.getDescriptor();
           if (getDisplayName() != null)
               descriptor.setField("displayName", getDisplayName());
  
  
  

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

Reply via email to