Revert "HADOOP-16344. Make DurationInfo public unstable."

This reverts commit 829848ba2e.

Change-Id: Ied91250e191b2ba701a8fc697c78b3756ce76be8
This commit is contained in:
Steve Loughran 2019-06-06 17:49:12 +01:00
parent 36757ad6a9
commit 1f244b4227
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.
*/
@Public
@Unstable
@InterfaceAudience.Private
@InterfaceStability.Unstable
public class DurationInfo extends OperationDuration
implements AutoCloseable {
private final String text;