HADOOP-16344. Make DurationInfo public unstable.

Contributed by Huan-Ping Su

Change-Id: I64a94cf382f9db78b4ef49a3912f25f0d906af7c
This commit is contained in:
Huan-Ping Su 2019-06-06 12:49:20 +01:00 committed by Steve Loughran
parent f7c77b395f
commit 829848ba2e
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
* This allows it to be used in a try-with-resources clause, and have the
* duration automatically logged.
*/
@InterfaceAudience.Private
@InterfaceStability.Unstable
@Public
@Unstable
public class DurationInfo extends OperationDuration
implements AutoCloseable {
private final String text;