Skip to content

Commit 1f244b4

Browse files
committed
Revert "HADOOP-16344. Make DurationInfo public unstable."
This reverts commit 829848b. Change-Id: Ied91250e191b2ba701a8fc697c78b3756ce76be8
1 parent 36757ad commit 1f244b4

File tree

1 file changed

+2
-2
lines changed
  • hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util

1 file changed

+2
-2
lines changed

hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/DurationInfo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
* This allows it to be used in a try-with-resources clause, and have the
3030
* duration automatically logged.
3131
*/
32-
@Public
33-
@Unstable
32+
@InterfaceAudience.Private
33+
@InterfaceStability.Unstable
3434
public class DurationInfo extends OperationDuration
3535
implements AutoCloseable {
3636
private final String text;

0 commit comments

Comments
 (0)