Skip to content

Commit

Permalink
Deprecate ImmutableArrayStack. Closes #976
Browse files Browse the repository at this point in the history
Signed-off-by: John Jabamani <john.jabamani@bnymellon.com>
  • Loading branch information
jjabamani-bny committed Aug 27, 2020
1 parent 85123f6 commit 67fb7d3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@

/**
* The immutable equivalent of ArrayStack. Wraps a FastList.
*
* @deprecated Replaced by {@link ImmutableNotEmptyStack}.
* Use {@link org.eclipse.collections.api.factory.Stacks#immutable}.{@link ImmutableStackFactoryImpl#with(Object[]) with()}
*/
@Deprecated
final class ImmutableArrayStack<T> implements ImmutableStack<T>, Serializable
{
private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit 67fb7d3

Please sign in to comment.