Skip to content

Commit

Permalink
[skip ci] Mark classes of packages reactperflogger as @nullsafe (face…
Browse files Browse the repository at this point in the history
…book#42855)

Summary:

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
  • Loading branch information
mdvacca authored and facebook-github-bot committed Feb 5, 2024
1 parent 27d1278 commit 3468623
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 3468623

Please sign in to comment.