mirror of https://github.com/grpc/grpc-java.git
doc: there's no type param anymore
This commit is contained in:
parent
f995c6c9d4
commit
2131dfe6f4
|
|
@ -44,8 +44,6 @@ import javax.annotation.concurrent.GuardedBy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Abstract base class for {@link Stream} implementations.
|
* Abstract base class for {@link Stream} implementations.
|
||||||
*
|
|
||||||
* @param <IdT> type of the unique identifier of this stream.
|
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractStream implements Stream {
|
public abstract class AbstractStream implements Stream {
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue