scolebourne    2004/05/10 13:37:19

  Modified:    collections/src/java/org/apache/commons/collections
                        BidiMap.java
  Log:
  Javadoc
  
  Revision  Changes    Path
  1.16      +2 -2      
jakarta-commons/collections/src/java/org/apache/commons/collections/BidiMap.java
  
  Index: BidiMap.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/BidiMap.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- BidiMap.java      14 Apr 2004 20:15:42 -0000      1.15
  +++ BidiMap.java      10 May 2004 20:37:19 -0000      1.16
  @@ -20,7 +20,7 @@
    * <p>
    * This extended <code>Map</code> represents a mapping where a key may
    * lookup a value and a value may lookup a key with equal ease.
  - * Th interface extends <code>Map</code> and so may be used anywhere a map
  + * This interface extends <code>Map</code> and so may be used anywhere a map
    * is required. The interface provides an inverse map view, enabling
    * full access to both directions of the <code>BidiMap</code>.
    * <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to