Skip to content

Commit 829848b

Browse files
pingsutwsteveloughran
authored andcommitted
HADOOP-16344. Make DurationInfo public unstable.
Contributed by Huan-Ping Su Change-Id: I64a94cf382f9db78b4ef49a3912f25f0d906af7c
1 parent f7c77b3 commit 829848b

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-
@InterfaceAudience.Private
33-
@InterfaceStability.Unstable
32+
@Public
33+
@Unstable
3434
public class DurationInfo extends OperationDuration
3535
implements AutoCloseable {
3636
private final String text;

0 commit comments

Comments
 (0)