File tree Expand file tree Collapse file tree
base/src/main/java/com/smartdevicelink/proxy/rpc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ public byte[] getFileData() {
268268
269269 /**
270270 * @param offset Optional offset in bytes for resuming partial data chunks
271- * @deprecated as of SmartDeviceLink 4.0
271+ * @deprecated as of SmartDeviceLink 4.0. Use {@link #setOffset(Long)} instead.
272272 */
273273 public PutFile setOffset (Integer offset ) {
274274 if (offset == null ) {
@@ -305,7 +305,7 @@ public Long getOffset() {
305305 /**
306306 * @param length Optional length in bytes for resuming partial data chunks. If offset is set to 0, then length is
307307 * the total length of the file to be downloaded
308- * @deprecated as of SmartDeviceLink 4.0
308+ * @deprecated as of SmartDeviceLink 4.0. Use {@link #setLength(Long)} instead.
309309 */
310310 public PutFile setLength (Integer length ) {
311311 if (length == null ) {
You can’t perform that action at this time.
0 commit comments