Skip to content

Commit 9efd371

Browse files
committed
Reorder the hide comment.
1 parent 933df44 commit 9efd371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/metrics/ResourceType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
import java.lang.annotation.RetentionPolicy;
2020

2121
/** Annotates various resource types in Firebase Performance. */
22-
/** @hide */
2322
@StringDef({ResourceType.TRACE, ResourceType.NETWORK})
2423
@Retention(RetentionPolicy.RUNTIME)
24+
/** @hide */
2525
public @interface ResourceType {
2626
String TRACE = "Trace";
2727
String NETWORK = "Network";

0 commit comments

Comments
 (0)