Skip to content

Commit ce868cb

Browse files
committed
Javadoc @SInCE tag should be after @return and @throws
1 parent f921d7c commit ce868cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/collections4/CollectionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,9 +762,9 @@ public static <O> Collection<O> disjunction(final Iterable<? extends O> a, final
762762
* Returns the immutable EMPTY_COLLECTION with generic type safety.
763763
*
764764
* @see #EMPTY_COLLECTION
765-
* @since 4.0
766765
* @param <T> the element type
767766
* @return immutable empty collection
767+
* @since 4.0
768768
*/
769769
@SuppressWarnings("unchecked") // OK, empty collection is compatible with any type
770770
public static <T> Collection<T> emptyCollection() {

0 commit comments

Comments
 (0)