Skip to content

Commit d54bb99

Browse files
committed
Undo the Deprecated anotation
1 parent fd1df4e commit d54bb99

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetOutputFormat.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -450,10 +450,6 @@ public OutputCommitter getOutputCommitter(TaskAttemptContext context)
450450
*/
451451
private static volatile MemoryManager memoryManager;
452452

453-
/**
454-
* This method is intended to ONLY be used in test codes
455-
* */
456-
@Deprecated
457453
public synchronized static MemoryManager getMemoryManager() {
458454
return memoryManager;
459455
}

0 commit comments

Comments
 (0)