add @Nullable

This commit is contained in:
jackshirazi 2025-10-13 13:36:11 +01:00 committed by GitHub
parent 8f5f9e899c
commit 0bb8ced392
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ public final class InferredSpans {
*
* @param interval the new profiler interval
*/
@Nullable
public static Duration setProfilerInterval(Duration interval) {
InferredSpansProcessor p = instance;
if (p != null) {