capture();
/**
- * Limit the maximum number of bytes available to be read from this channel. If the limit is
+ * Limit the maximum number of bytes to be read from the objects content, counting from the
+ * beginning of the object, which will be available to read from this channel. If the limit is
* larger than the actual size of the content this will have no material impact.
*
+ * If used in conjunction with {@link #seek(long)} the total number of returned bytes from this
+ * channel will be reduced by the number of bytes specified to seek.
+ *
*
NOTE: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.
diff --git a/pom.xml b/pom.xml
index 34414d75d8..dc1d55b257 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-core-parent
pom
- 2.8.3
+ 2.8.4
Google Cloud Core Parent
https://github.com/googleapis/java-core
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.5.2
+ 1.5.3
diff --git a/versions.txt b/versions.txt
index efdac3feb8..ee729e1c0e 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-core:2.8.3:2.8.3
+google-cloud-core:2.8.4:2.8.4