Skip to content

Commit

Permalink
Adds missing documentation of a parameter ✍️
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobvogel committed Jun 16, 2023
1 parent 545ff35 commit c986f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/ninja/S3Dispatcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ private String etag(String etag) {
* @param webContext the context describing the current request
* @param bucket the bucket containing the object to use as destination
* @param id name of the object to use as destination
* @param copy the path of source object to copy from
*/
private void copyObject(WebContext webContext, Bucket bucket, String id, String copy) throws IOException {
StoredObject object = bucket.getObject(id);
Expand Down

0 comments on commit c986f17

Please sign in to comment.