[prev in list] [next in list] [prev in thread] [next in thread] 

List:       slide-dev
Subject:    cvs commit: jakarta-slide/webdavclient/ant/src/java/org/apache/webdav/ant ResourceProperties.java
From:       luetzkendorf () apache ! org
Date:       2004-12-30 15:36:42
Message-ID: 20041230153642.16684.qmail () minotaur ! apache ! org
[Download RAW message or body]

luetzkendorf    2004/12/30 07:36:42

  Modified:    webdavclient/ant/src/java/org/apache/webdav/ant Tag:
                        SLIDE_2_1_RELEASE_BRANCH ResourceProperties.java
  Log:
  unnessary cast removed
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.2.2   +4 -4      \
jakarta-slide/webdavclient/ant/src/java/org/apache/webdav/ant/ResourceProperties.java \
  Index: ResourceProperties.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/webdavclient/ant/src/java/org/apache/webdav/ant/ResourceProperties.java,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -r1.3.2.1 -r1.3.2.2
  --- ResourceProperties.java	15 Aug 2004 13:01:15 -0000	1.3.2.1
  +++ ResourceProperties.java	30 Dec 2004 15:36:42 -0000	1.3.2.2
  @@ -66,7 +66,7 @@
            for(Enumeration f = propFind.getResponseProperties(href); 
                f.hasMoreElements();) 
            {
  -            properties.add((Property)f.nextElement());
  +            properties.add(f.nextElement());
            }
         }
      }
  
  
  

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic