Skip to content

Commit

Permalink
removed (since = "2.35.0")
Browse files Browse the repository at this point in the history
gwt-maven plugin: The attribute since is undefined for the annotation
type Deprecated
  • Loading branch information
LorenzoBettini committed Apr 8, 2024
1 parent c8f9f42 commit 21b629c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public static <T> Iterable<T> tail(final Iterable<T> iterable) {
* collection is empty, instead of returning null.
* @see https://github.com/eclipse/xtext/issues/2981
*/
@Deprecated(since = "2.35.0")
@Deprecated
public static <T> T last(Iterable<T> iterable) {
return lastOrNull(iterable);
}
Expand Down

0 comments on commit 21b629c

Please sign in to comment.