Skip to content

Commit 9dc7569

Browse files
Add Use @link to deprecated apis in PutFile
1 parent 7fb702f commit 9dc7569

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • base/src/main/java/com/smartdevicelink/proxy/rpc

base/src/main/java/com/smartdevicelink/proxy/rpc/PutFile.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)