Skip to content

Commit

Permalink
Mark classes of packages reactperflogger as @nullsafe (#42855)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #42855

All these classes are NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future

changelog: [internal] internal

Reviewed By: cortinico

Differential Revision: D53393136

fbshipit-source-id: 29884933200a5f9251954fc3488828767a4013fa
  • Loading branch information
mdvacca authored and facebook-github-bot committed Feb 6, 2024
1 parent a1b9ca3 commit 9911dec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@

package com.facebook.react.perflogger;

import com.facebook.infer.annotation.Nullsafe;
import com.facebook.jni.HybridData;
import com.facebook.soloader.SoLoader;

@Nullsafe(Nullsafe.Mode.LOCAL)
public abstract class NativeModulePerfLogger {
private final HybridData mHybridData;

Expand Down

0 comments on commit 9911dec

Please sign in to comment.