Skip to content

Commit

Permalink
Correct link to prepareConnection() method
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed May 20, 2016
1 parent a402d01 commit b22ea19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/tus/java/client/TusUploader.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class TusUploader {
* Begin a new upload request by opening a PATCH request to specified upload URL. After this
* method returns a connection will be ready and you can upload chunks of the file.
*
* @param client Used for preparing a request ({@link TusClient#prepareConnection(URLConnection)}
* @param client Used for preparing a request ({@link TusClient#prepareConnection(HttpURLConnection)}
* @param uploadURL URL to send the request to
* @param input Stream to read (and seek) from and upload to the remote server
* @param offset Offset to read from
Expand Down

0 comments on commit b22ea19

Please sign in to comment.