Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjmchugh committed Jan 6, 2025
1 parent da12ecb commit 0c27ae1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class InputStreamLimitExceededException extends IOException {
private final long remoteFileSize;

/**
* Create a new RemoteFileTooLargeException with an unknown remote file size.
* Create a new InputStreamLimitExceededException with an unknown remote file size.
*
* @param maxUploadSize the maximum upload size allowed
*/
Expand All @@ -19,7 +19,7 @@ public InputStreamLimitExceededException(long maxUploadSize) {
}

/**
* Create a new RemoteFileTooLargeException with a known remote file size.
* Create a new InputStreamLimitExceededException with a known remote file size.
*
* @param maxUploadSize the maximum upload size allowed
* @param remoteFileSize the size of the remote file
Expand Down

0 comments on commit 0c27ae1

Please sign in to comment.