You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by je...@apache.org on 2002/08/13 10:23:19 UTC

cvs commit: jakarta-avalon/src/proposal/avalon5/org/apache/framework/activity Disposable.java

jefft       2002/08/13 01:23:19

  Modified:    src/proposal/avalon5/org/apache/framework/activity
                        Disposable.java
  Log:
  Fix linefeeds
  
  Revision  Changes    Path
  1.3       +4 -4      jakarta-avalon/src/proposal/avalon5/org/apache/framework/activity/Disposable.java
  
  Index: Disposable.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/proposal/avalon5/org/apache/framework/activity/Disposable.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Disposable.java	25 Jun 2002 13:30:34 -0000	1.2
  +++ Disposable.java	13 Aug 2002 08:23:19 -0000	1.3
  @@ -48,8 +48,8 @@
    Software Foundation, please see <http://www.apache.org/>.
    
   */
  -package org.apache.framework.activity;
  -
  +package org.apache.framework.activity;
  +
   /**
    * The Disposable interface is used when components need to 
    * deallocate and dispose resources prior to their destruction.
  @@ -60,7 +60,7 @@
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
    */
  -public interface Disposable
  +public interface Disposable
   {
       /**
        * The dispose operation is called at the end of a components lifecycle.
  @@ -69,4 +69,4 @@
        * resources that the Component owns.
        */
       void dispose();
  -}
  +}
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>