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

Commit 20ec870

Browse files
1 parent 0e6a2df commit 20ec870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-cloud-core/src/main/java/com/google/cloud/ReadChannel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ public interface ReadChannel extends ReadableByteChannel, Closeable, Restorable<
5858
* Limit the maximum number of bytes available to be read from this channel. If the limit is
5959
* larger than the actual size of the content this will have no material impact.
6060
*
61-
* <i>NOTE:</i>Implementers are not required to return a new instance from this method, however
61+
* <p><i>NOTE:</i>Implementers are not required to return a new instance from this method, however
6262
* they are allowed to. Users of this method should always use the instance returned from this
6363
* method.
6464
*
65-
* <i>Default Implementation:</i>By default, this method will simply return {@code this}.
65+
* <p><i>Default Implementation:</i>By default, this method will simply return {@code this}.
6666
*
6767
* @param limit the maximum number of bytes to limit this channel to
6868
* @return The instance of channel which will respect the limit.

0 commit comments

Comments
 (0)