Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 27, 2024
1 parent d96822d commit 8e5940c
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains implementations of the {@link org.apache.commons.collections4.Bag Bag} and
* Implements the {@link org.apache.commons.collections4.Bag Bag} and
* {@link org.apache.commons.collections4.SortedBag SortedBag} interfaces.
* A bag stores an object and a count of the number of occurrences of the object.
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains implementations of the
* Implements the
* {@link org.apache.commons.collections4.BidiMap BidiMap},
* {@link org.apache.commons.collections4.OrderedBidiMap OrderedBidiMap} and
* {@link org.apache.commons.collections4.SortedBidiMap SortedBidiMap} interfaces.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* A collection of extensible Bloom filter classes and interfaces.
* Collects extensible Bloom filter classes and interfaces.
*
* <h2>Background:</h2>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains implementations of the
* Implementations of the
* {@link java.util.Collection Collection} interface.
* <p>
* The following implementations are provided in the package:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains implementations of the
* Implements the
* {@link java.util.Comparator Comparator} interface.
* <p>
* You may also consider using
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains implementations of the
* Implements the
* {@link org.apache.commons.collections4.Closure Closure},
* {@link org.apache.commons.collections4.Predicate Predicate},
* {@link org.apache.commons.collections4.Transformer Transformer} and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains implementations of the
* Implements the
* {@link java.util.Iterator Iterator} interface.
* <p>
* You may also consider using
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains implementations of collection and map related key/value classes.
* Implements collection and map related key/value classes.
* These are usually used in maps, however they can be used as data holders in any collection.
* <p>
* The following key/value designs are included:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains implementations of the {@link java.util.List List} interface.
* Implements the {@link java.util.List List} interface.
* <p>
* The following implementations are provided in the package:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains implementations of the {@link java.util.Map Map},
* Implements the {@link java.util.Map Map},
* {@link org.apache.commons.collections4.IterableMap IterableMap},
* {@link org.apache.commons.collections4.OrderedMap OrderedMap} and
* {@link java.util.SortedMap SortedMap} interfaces.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains implementations of the {@link org.apache.commons.collections4.MultiValuedMap} interfaces.
* Implements the {@link org.apache.commons.collections4.MultiValuedMap} interfaces.
* A MultiValuedMap holds a collection of values against each key.
* <p>
* The following implementations are provided in the package:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains implementations of the
* Implements the
* {@link org.apache.commons.collections4.MultiSet MultiSet} interface.
* A multiset stores an object and a count of the number of occurrences of the object.
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains the interfaces and utilities shared across all the subpackages of this component.
* Interfaces and utilities shared across all packages.
* <p>
* The following collection implementations are provided in the package:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains classes to extend or customize the behavior of
* Extends and customizes the behavior of
* {@link java.util.Properties Properties}.
* <p>
* The following classes are provided in the package:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains implementations for the {@link java.util.Queue Queue} interface.
* Implements the {@link java.util.Queue Queue} interface.
* <p>
* The following implementations are provided in the package:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package provides classes to compare two sequences of objects.
* Compares two sequences of objects.
* <p>
* The two sequences can hold any object type, as only the
* {@code equals} method is used to compare the elements of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains implementations of the {@link java.util.Set Set},
* Implements the {@link java.util.Set Set},
* {@link java.util.SortedSet SortedSet} and
* {@link java.util.NavigableSet NavigableSet} interfaces.
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* The "split map" concept is that of an object that implements
* Implements the "split map" concept. A split map is an object that implements
* the {@link org.apache.commons.collections4.Put Put} and
* {@link org.apache.commons.collections4.Get Get} interfaces,
* with <i>differing</i> generic types. This is like a pre-generics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
*/

/**
* This package contains various {@link org.apache.commons.collections4.trie.KeyAnalyzer} implementations.
* Implements {@link org.apache.commons.collections4.trie.KeyAnalyzer}.
*/
package org.apache.commons.collections4.trie.analyzer;
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* This package contains implementations of the
* Implements the
* {@link org.apache.commons.collections4.Trie Trie} interface.
* <p>
* The implementations are in the form of direct implementations and decorators.
Expand Down

0 comments on commit 8e5940c

Please sign in to comment.