Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
馃 Updates from OwlBot
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jan 25, 2022
1 parent 0e6a2df commit 20ec870
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -58,11 +58,11 @@ public interface ReadChannel extends ReadableByteChannel, Closeable, Restorable<
* Limit the maximum number of bytes available to be read from this channel. If the limit is
* larger than the actual size of the content this will have no material impact.
*
* <i>NOTE:</i>Implementers are not required to return a new instance from this method, however
* <p><i>NOTE:</i>Implementers are not required to return a new instance from this method, however
* they are allowed to. Users of this method should always use the instance returned from this
* method.
*
* <i>Default Implementation:</i>By default, this method will simply return {@code this}.
* <p><i>Default Implementation:</i>By default, this method will simply return {@code this}.
*
* @param limit the maximum number of bytes to limit this channel to
* @return The instance of channel which will respect the limit.
Expand Down

0 comments on commit 20ec870

Please sign in to comment.