We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36757ad commit 1f244b4Copy full SHA for 1f244b4
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/DurationInfo.java
@@ -29,8 +29,8 @@
29
* This allows it to be used in a try-with-resources clause, and have the
30
* duration automatically logged.
31
*/
32
-@Public
33
-@Unstable
+@InterfaceAudience.Private
+@InterfaceStability.Unstable
34
public class DurationInfo extends OperationDuration
35
implements AutoCloseable {
36
private final String text;
0 commit comments