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 6d007a531 Javadoc
6d007a531 is described below
commit 6d007a5311bc0c2333d7d31fb619551552b29cfc
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 20 08:34:22 2024 -0400
Javadoc
- Close HTML tags
- Use longer lines
- Whitespace before tags
- Remove dead inline comments
= Add missing paragraph tags
---
src/main/java/org/apache/commons/collections4/FluentIterable.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/collections4/FluentIterable.java
b/src/main/java/org/apache/commons/collections4/FluentIterable.java
index c58182afb..85d3cbf3b 100644
--- a/src/main/java/org/apache/commons/collections4/FluentIterable.java
+++ b/src/main/java/org/apache/commons/collections4/FluentIterable.java
@@ -296,7 +296,6 @@ public class FluentIterable<E> implements Iterable<E> {
* FluentIterable<E> someIterable = ...;
* FluentIterable.of(someIterable.toList());
* </pre>
- * </p>
*
* @return a new iterable with the same contents as this iterable
*/