| File was renamed from sdk/src/org/opends/sdk/responses/AbstractIntermediateResponseImpl.java |
| | |
| | | * @param <S> |
| | | * The type of Intermediate response. |
| | | */ |
| | | public abstract class AbstractIntermediateResponseImpl<S extends IntermediateResponse> |
| | | public abstract class AbstractIntermediateResponse<S extends IntermediateResponse> |
| | | extends AbstractResponseImpl<S> implements IntermediateResponse |
| | | { |
| | | |
| | | /** |
| | | * Creates a new intermediate response. |
| | | */ |
| | | protected AbstractIntermediateResponseImpl() |
| | | protected AbstractIntermediateResponse() |
| | | { |
| | | // Nothing to do. |
| | | } |
| | |
| | | * @throws NullPointerException |
| | | * If {@code intermediateResponse} was {@code null} . |
| | | */ |
| | | protected AbstractIntermediateResponseImpl( |
| | | protected AbstractIntermediateResponse( |
| | | IntermediateResponse intermediateResponse) |
| | | throws NullPointerException |
| | | { |