[HDFS-16903]. Fix javadoc of LightWeightResizableGSet class (#5338)

This commit is contained in:
hfutatzhanghb 2023-02-06 12:21:28 +08:00 committed by GitHub
parent 0ae075a2af
commit be564f5c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
* *
* This class does not support null element. * This class does not support null element.
* *
* This class is not thread safe. * This class is thread safe.
* *
* @param <K> Key type for looking up the elements * @param <K> Key type for looking up the elements
* @param <E> Element type, which must be * @param <E> Element type, which must be