You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/01/04 20:03:53 UTC

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/iterators CollatingIterator.java

scolebourne    2004/01/04 11:03:53

  Modified:    collections/src/java/org/apache/commons/collections/iterators
                        CollatingIterator.java
  Log:
  Javadoc
  
  Revision  Changes    Path
  1.11      +5 -5      jakarta-commons/collections/src/java/org/apache/commons/collections/iterators/CollatingIterator.java
  
  Index: CollatingIterator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/iterators/CollatingIterator.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- CollatingIterator.java	3 Dec 2003 11:37:44 -0000	1.10
  +++ CollatingIterator.java	4 Jan 2004 19:03:53 -0000	1.11
  @@ -4,7 +4,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2004 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -69,9 +69,9 @@
   
   /**
    * Provides an ordered iteration over the elements contained in
  - * a collection of ordered {@link Iterator}s.
  + * a collection of ordered Iterators.
    * <p>
  - * Given two ordered {@link Iterator}s <code>A</code> and <code>B</code>,
  + * Given two ordered {@link Iterator} instances <code>A</code> and <code>B</code>,
    * the {@link #next} method on this iterator will return the lesser of 
    * <code>A.next()</code> and <code>B.next()</code>.
    *
  
  
  

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