adoroszlai commented on code in PR #9371:
URL: https://github.com/apache/ozone/pull/9371#discussion_r2728563404
##########
hadoop-ozone/s3gateway/src/test/java/org/apache/hadoop/ozone/s3/endpoint/TestBucketPut.java:
##########
@@ -43,46 +40,23 @@ public class TestBucketPut {
@BeforeEach
public void setup() throws Exception {
-
- //Create client stub and object store stub.
+ // Create client stub and object store stub.
OzoneClient clientStub = new OzoneClientStub();
- // Create HeadBucket and setClient to OzoneClientStub
+ // Create BucketEndpoint with OzoneClientStub
Review Comment:
```suggestion
```
##########
hadoop-ozone/s3gateway/src/test/java/org/apache/hadoop/ozone/s3/endpoint/TestBucketPut.java:
##########
@@ -43,46 +40,23 @@ public class TestBucketPut {
@BeforeEach
public void setup() throws Exception {
-
- //Create client stub and object store stub.
+ // Create client stub and object store stub.
Review Comment:
nit: I'd rather remove these useless comments
```suggestion
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]