dlr         01/05/23 13:41:24

  Modified:    src/java/org/apache/turbine/om Persistent.java
  Log:
  Removed extraneous whitespace.
  
  Revision  Changes    Path
  1.6       +1 -10     jakarta-turbine/src/java/org/apache/turbine/om/Persistent.java
  
  Index: Persistent.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/src/java/org/apache/turbine/om/Persistent.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Persistent.java   2001/05/05 18:00:44     1.5
  +++ Persistent.java   2001/05/23 20:41:21     1.6
  @@ -59,7 +59,7 @@
    * This interface defines methods related to saving an object
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>John D. McNally</a>
  - * @version $Id: Persistent.java,v 1.5 2001/05/05 18:00:44 jvanzyl Exp $
  + * @version $Id: Persistent.java,v 1.6 2001/05/23 20:41:21 dlr Exp $
    */
   public interface Persistent
   {
  @@ -122,13 +122,4 @@
        * Saves the object.
        */
       public void save() throws Exception;
  -
   }
  -
  -
  -
  -
  -
  -
  -
  -
  
  
  

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

Reply via email to