Revert "HADOOP-16344. Make DurationInfo public unstable."
This reverts commit 829848ba2e
.
Change-Id: Ied91250e191b2ba701a8fc697c78b3756ce76be8
This commit is contained in:
parent
36757ad6a9
commit
1f244b4227
|
@ -29,8 +29,8 @@ import org.apache.hadoop.classification.InterfaceStability;
|
|||
* 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;
|
||||
|
|
Loading…
Reference in New Issue