You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/13 13:31:25 UTC

[commons-collections] branch master updated: Javadoc

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 66b1c480a Javadoc
66b1c480a is described below

commit 66b1c480a84247c76e153da522b08500c77058d6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Mar 13 09:31:20 2023 -0400

    Javadoc
---
 .../org/apache/commons/collections4/properties/SortedProperties.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/collections4/properties/SortedProperties.java b/src/main/java/org/apache/commons/collections4/properties/SortedProperties.java
index 5147c55a8..bde1bdc3e 100644
--- a/src/main/java/org/apache/commons/collections4/properties/SortedProperties.java
+++ b/src/main/java/org/apache/commons/collections4/properties/SortedProperties.java
@@ -35,6 +35,7 @@ import org.apache.commons.collections4.iterators.IteratorEnumeration;
  * Overrides {@link Properties#keys()} to sort keys. Allows other methods on the superclass to work with sorted keys.
  * </p>
  *
+ * @see SortedPropertiesFactory#INSTANCE
  * @since 4.2
  */
 public class SortedProperties extends Properties {