You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by eb...@apache.org on 2004/12/02 23:06:21 UTC

cvs commit: jakarta-commons/configuration/xdocs changes.xml

ebourg      2004/12/02 14:06:21

  Modified:    configuration/xdocs changes.xml
  Log:
  Removed the getPropertyDirect method from AbstractConfiguration, concrete configurations now implement directly the getProperty method from the Configuration interface.
  
  Revision  Changes    Path
  1.73      +5 -0      jakarta-commons/configuration/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/configuration/xdocs/changes.xml,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- changes.xml	19 Nov 2004 19:26:47 -0000	1.72
  +++ changes.xml	2 Dec 2004 22:06:21 -0000	1.73
  @@ -8,6 +8,11 @@
     <body>
   
       <release version="1.1-dev" date="in CVS">
  +      <action dev="ebourg" type="remove">
  +        Removed the getPropertyDirect method from AbstractConfiguration,
  +        concrete configurations now implement directly the getProperty method
  +        from the Configuration interface.
  +      </action>
   	  <action dev="oheger" type="add" issue="31130">
   		Added implementation of a save() method for HierarchicalXMLConfiguration.
   	  </action>
  
  
  

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