You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/09/09 14:26:33 UTC

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly/parser DefaultNamespaceFilter.java

dion        2004/09/09 05:26:33

  Modified:    jelly/src/java/org/apache/commons/jelly/parser
                        DefaultNamespaceFilter.java
  Log:
  Fix license file whitespace
  
  Revision  Changes    Path
  1.6       +8 -8      jakarta-commons/jelly/src/java/org/apache/commons/jelly/parser/DefaultNamespaceFilter.java
  
  Index: DefaultNamespaceFilter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/parser/DefaultNamespaceFilter.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DefaultNamespaceFilter.java	24 Feb 2004 14:03:29 -0000	1.5
  +++ DefaultNamespaceFilter.java	9 Sep 2004 12:26:33 -0000	1.6
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,2004 The Apache Software Foundation.
  - * 
  + *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
    * You may obtain a copy of the License at
  - * 
  + *
    *      http://www.apache.org/licenses/LICENSE-2.0
  - * 
  + *
    * Unless required by applicable law or agreed to in writing, software
    * distributed under the License is distributed on an "AS IS" BASIS,
    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  @@ -24,7 +24,7 @@
    * XMLFilter that can provide a default namespace when
    * one has not been declared by the XML document.  Note:
    * this class does not address the namespace of attributes.
  - * 
  + *
    * @author Morgan Delagrange
    */
   public class DefaultNamespaceFilter extends XMLFilterImpl {
  @@ -33,7 +33,7 @@
   
       /**
        * Filter for undefined an undefined namespace
  -     * 
  +     *
        * @param defaultNamespace
        *               uri for the jelly namespace
        * @param reader XMLReader to filter
  @@ -45,7 +45,7 @@
   
       /**
        * All incoming empty URIs will be remapped to the default.
  -     * 
  +     *
        * @param prefix incoming prefix
        * @param uri    URI to check and potentially replace
        * @exception SAXException
  @@ -63,7 +63,7 @@
   
       /**
        * All incoming empty URIs will be remapped to the default.
  -     * 
  +     *
        * @param uri       URI to check and potentially replace
        * @param localName
        * @param qName
  @@ -86,7 +86,7 @@
   
       /**
        * All incoming empty URIs will be remapped to the default.
  -     * 
  +     *
        * @param namespaceURI
        *                  URI to check and potentially replace
        * @param localName
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org