Skip to content

Commit ee8f105

Browse files
committed
update comments
1 parent 2b3fd4c commit ee8f105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paimon-common/src/main/java/org/apache/paimon/fs/MetricsFileIO.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
import java.io.IOException;
2626

2727
/**
28-
* FileIOWrapper is a wrapper class for the {@link FileIO}.
28+
* MetricsFileIO is a wrapper class for the {@link FileIO}.
2929
*
30-
* <p>It allows users to monitor and track file I/O operations (e.g., read, write, delete, rename).
30+
* <p>It allows users to monitor and track file I/O operations.
3131
*/
3232
public class MetricsFileIO implements FileIO {
3333

0 commit comments

Comments
 (0)