You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@apache.org on 2001/06/14 02:41:56 UTC

cvs commit: jakarta-slide/src/share/org/apache/slide/common NamespaceConfig.java

remm        01/06/13 17:41:56

  Modified:    src/share/org/apache/slide/common NamespaceConfig.java
  Log:
  - Fix a typo in the name of the filespath element.
  
  Revision  Changes    Path
  1.15      +5 -5      jakarta-slide/src/share/org/apache/slide/common/NamespaceConfig.java
  
  Index: NamespaceConfig.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NamespaceConfig.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- NamespaceConfig.java	2001/03/23 07:40:53	1.14
  +++ NamespaceConfig.java	2001/06/14 00:41:55	1.15
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NamespaceConfig.java,v 1.14 2001/03/23 07:40:53 remm Exp $
  - * $Revision: 1.14 $
  - * $Date: 2001/03/23 07:40:53 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NamespaceConfig.java,v 1.15 2001/06/14 00:41:55 remm Exp $
  + * $Revision: 1.15 $
  + * $Date: 2001/06/14 00:41:55 $
    *
    * ====================================================================
    *
  @@ -81,7 +81,7 @@
    * Configuration of the Namespace.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.14 $
  + * @version $Revision: 1.15 $
    */
   public final class NamespaceConfig {
       
  @@ -742,7 +742,7 @@
           }
           
           try {
  -            filesPath = config.getConfiguration("filepath").getValue();
  +            filesPath = config.getConfiguration("filespath").getValue();
           } catch (ConfigurationException e) {
               filesPath = "";
           }