doc: there's no type param anymore

This commit is contained in:
Lukasz Strzalkowski 2017-02-26 13:36:34 -08:00 committed by Eric Anderson
parent f995c6c9d4
commit 2131dfe6f4
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ import javax.annotation.concurrent.GuardedBy;
/**
* Abstract base class for {@link Stream} implementations.
*
* @param <IdT> type of the unique identifier of this stream.
*/
public abstract class AbstractStream implements Stream {
/**