You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2004/01/15 07:48:01 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/cms/rc FileReservedCheckInException.java

michi       2004/01/14 22:48:01

  Modified:    src/java/org/apache/lenya/cms/rc
                        FileReservedCheckInException.java
  Log:
  public method to get source added
  
  Revision  Changes    Path
  1.12      +10 -2     cocoon-lenya/src/java/org/apache/lenya/cms/rc/FileReservedCheckInException.java
  
  Index: FileReservedCheckInException.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/cms/rc/FileReservedCheckInException.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- FileReservedCheckInException.java	15 Dec 2003 16:22:34 -0000	1.11
  +++ FileReservedCheckInException.java	15 Jan 2004 06:48:01 -0000	1.12
  @@ -58,7 +58,7 @@
   
   
   /**
  - * DOCUMENT ME!
  + * Reserved check-in exception
    *
    * @author Michael Wechner
    * @version $Id$
  @@ -135,4 +135,12 @@
           return username;
       }
   
  +    /**
  +     * Get source
  +     * 
  +     * @return source
  +     */
  +    public String getSource() {
  +        return source;
  +    }
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org