Whitespace

This commit is contained in:
Gary Gregory 2024-01-27 08:58:38 -05:00
parent 86d1f5d0dd
commit d96822d3a8
19 changed files with 19 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains implementations of the {@link org.apache.commons.collections4.Bag Bag} and * This package contains implementations of the {@link org.apache.commons.collections4.Bag Bag} and
* {@link org.apache.commons.collections4.SortedBag SortedBag} interfaces. * {@link org.apache.commons.collections4.SortedBag SortedBag} interfaces.

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains implementations of the * This package contains implementations of the
* {@link org.apache.commons.collections4.BidiMap BidiMap}, * {@link org.apache.commons.collections4.BidiMap BidiMap},

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains implementations of the * This package contains implementations of the
* {@link java.util.Collection Collection} interface. * {@link java.util.Collection Collection} interface.

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains implementations of the * This package contains implementations of the
* {@link java.util.Comparator Comparator} interface. * {@link java.util.Comparator Comparator} interface.

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains implementations of the * This package contains implementations of the
* {@link org.apache.commons.collections4.Closure Closure}, * {@link org.apache.commons.collections4.Closure Closure},

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains implementations of the * This package contains implementations of the
* {@link java.util.Iterator Iterator} interface. * {@link java.util.Iterator Iterator} interface.

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains implementations of collection and map related key/value classes. * This package contains implementations of collection and map related key/value classes.
* These are usually used in maps, however they can be used as data holders in any collection. * These are usually used in maps, however they can be used as data holders in any collection.

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains implementations of the {@link java.util.List List} interface. * This package contains implementations of the {@link java.util.List List} interface.
* <p> * <p>

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains implementations of the {@link java.util.Map Map}, * This package contains implementations of the {@link java.util.Map Map},
* {@link org.apache.commons.collections4.IterableMap IterableMap}, * {@link org.apache.commons.collections4.IterableMap IterableMap},

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains implementations of the {@link org.apache.commons.collections4.MultiValuedMap} interfaces. * This package contains implementations of the {@link org.apache.commons.collections4.MultiValuedMap} interfaces.
* A MultiValuedMap holds a collection of values against each key. * A MultiValuedMap holds a collection of values against each key.

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains implementations of the * This package contains implementations of the
* {@link org.apache.commons.collections4.MultiSet MultiSet} interface. * {@link org.apache.commons.collections4.MultiSet MultiSet} interface.

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains the interfaces and utilities shared across all the subpackages of this component. * This package contains the interfaces and utilities shared across all the subpackages of this component.
* <p> * <p>

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains classes to extend or customize the behavior of * This package contains classes to extend or customize the behavior of
* {@link java.util.Properties Properties}. * {@link java.util.Properties Properties}.

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains implementations for the {@link java.util.Queue Queue} interface. * This package contains implementations for the {@link java.util.Queue Queue} interface.
* <p> * <p>

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package provides classes to compare two sequences of objects. * This package provides classes to compare two sequences of objects.
* <p> * <p>

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains implementations of the {@link java.util.Set Set}, * This package contains implementations of the {@link java.util.Set Set},
* {@link java.util.SortedSet SortedSet} and * {@link java.util.SortedSet SortedSet} and

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* The "split map" concept is that of an object that implements * The "split map" concept is that of an object that implements
* the {@link org.apache.commons.collections4.Put Put} and * the {@link org.apache.commons.collections4.Put Put} and

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains various {@link org.apache.commons.collections4.trie.KeyAnalyzer} implementations. * This package contains various {@link org.apache.commons.collections4.trie.KeyAnalyzer} implementations.
*/ */

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* This package contains implementations of the * This package contains implementations of the
* {@link org.apache.commons.collections4.Trie Trie} interface. * {@link org.apache.commons.collections4.Trie Trie} interface.