Skip to content

Commit 049bc66

Browse files
committed
Removed javadoc annotation
1 parent 8fcaac7 commit 049bc66

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

parquet-common/src/main/java/org/apache/parquet/io/StandardOutputFile.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
*/
2727
public class StandardOutputFile implements OutputFile {
2828

29-
/**
30-
* @implNote we don't want to close the standard output (it's up to the process lifecycle to handle that)
31-
*/
3229
public class RawPositionOutputStream extends PositionOutputStream {
3330

3431
private long pos = 0;

0 commit comments

Comments
 (0)