You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/09/14 15:12:43 UTC

cvs commit: avalon-sandbox/merlin/kernel/spi/src/java/org/apache/avalon/merlin/kernel KernelContext.java

mcconnell    2003/09/14 06:12:43

  Modified:    merlin/kernel/spi/src/java/org/apache/avalon/merlin/kernel
                        KernelContext.java
  Log:
  Removal of the redundant operation to get the repository path.
  
  Revision  Changes    Path
  1.7       +0 -6      avalon-sandbox/merlin/kernel/spi/src/java/org/apache/avalon/merlin/kernel/KernelContext.java
  
  Index: KernelContext.java
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/kernel/spi/src/java/org/apache/avalon/merlin/kernel/KernelContext.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- KernelContext.java	7 Sep 2003 11:34:15 -0000	1.6
  +++ KernelContext.java	14 Sep 2003 13:12:43 -0000	1.7
  @@ -33,12 +33,6 @@
       Repository getRepository();
   
      /**
  -    * Return the runtime repository directory.
  -    * @return the repository path
  -    */
  -    File getRepositoryPath();
  -
  -   /**
       * Return the home path
       * @return the home path (possibly null)
       */
  
  
  

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