Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
- Close HTML tags
- Use longer lines
- Whitespace before tags
- Remove dead inline comments
= Add missing paragraph tags
  • Loading branch information
garydgregory committed Oct 20, 2024
1 parent 0165505 commit 6d007a5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ public void copyInto(final Collection<? super E> collection) {
* FluentIterable&lt;E&gt; someIterable = ...;
* FluentIterable.of(someIterable.toList());
* </pre>
* </p>
*
* @return a new iterable with the same contents as this iterable
*/
Expand Down

0 comments on commit 6d007a5

Please sign in to comment.