Minor update to Http2LifecycleManager#closeLocalSide javadoc

Modifications:
Changed "remote" to "local" in javadoc for closeLocalSide.
This commit is contained in:
Daniel Bevenius 2014-10-26 10:33:19 +01:00 committed by Norman Maurer
parent 82461f0511
commit 7c43d9b84a

View File

@ -26,7 +26,7 @@ import io.netty.channel.ChannelPromise;
public interface Http2LifecycleManager {
/**
* Closes the remote side of the given stream. If this causes the stream to be closed, adds a
* Closes the local side of the given stream. If this causes the stream to be closed, adds a
* hook to close the channel after the given future completes.
*
* @param stream the stream to be half closed.