You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/08/14 01:19:24 UTC

cvs commit: jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser/locate DiscoveryLocator.java

burton      2004/08/13 16:19:24

  Modified:    feedparser/src/java/org/apache/commons/feedparser/locate
                        DiscoveryLocator.java
  Log:
  Attribute order is no longer required ... more unit tests...
  
  Revision  Changes    Path
  1.12      +5 -0      jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser/locate/DiscoveryLocator.java
  
  Index: DiscoveryLocator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser/locate/DiscoveryLocator.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- DiscoveryLocator.java	13 Aug 2004 23:17:18 -0000	1.11
  +++ DiscoveryLocator.java	13 Aug 2004 23:19:24 -0000	1.12
  @@ -108,6 +108,11 @@
           
       }
   
  +    /**
  +     * Parse attributes within elements into a hashmap.
  +     *
  +     * @author <a href="mailto:burton@rojo.com">Kevin A. Burton</a>
  +     */
       public static HashMap getAttributes( String link ) {
   
           HashMap map = new HashMap();
  
  
  

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