diff --git a/Using-S3Proxy-in-Java-projects.md b/Using-S3Proxy-in-Java-projects.md index ddbda8b..4681e63 100644 --- a/Using-S3Proxy-in-Java-projects.md +++ b/Using-S3Proxy-in-Java-projects.md @@ -95,7 +95,7 @@ public void example() { .build(); s3Client.createBucket("test_bucket"); - // now perform some operation in your code that you want to test, using the above client + //perform some operation in your code that you want to test, using the above client myS3Uploader.uploadFile(s3Client, someFile); //verify the expected results of the above code