Skip to content

Commit

Permalink
Addressed checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
devabhishekpal committed Oct 11, 2024
1 parent 44bad3b commit e0e8748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import java.util.Collection;

/**
* Config based utilities for Ozone S3
* Config based utilities for Ozone S3.
*/
public final class OzoneS3ConfigUtils {
static final Logger LOG = LoggerFactory.getLogger(OzoneS3ConfigUtils.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import static org.assertj.core.api.Assertions.assertThat;

/**
* This class is to test S3 configuration based utils
* This class is to test S3 configuration based utils.
*/
public class TestOzoneS3ConfigUtils {

Expand Down

0 comments on commit e0e8748

Please sign in to comment.