Skip to content

Commit

Permalink
fbandroid/libraries/soloader/java/com/facebook/soloader/SoLoader.java
Browse files Browse the repository at this point in the history
Reviewed By: jocelynluizzi13

Differential Revision: D61707754

fbshipit-source-id: 482ff1d7ea0ee0b0c6011af3adc810d510bf6024
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Aug 23, 2024
1 parent 4369084 commit 217b0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/com/facebook/soloader/SoLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public class SoLoader {
*/
private static final ReentrantReadWriteLock sSoSourcesLock = new ReentrantReadWriteLock();

/* package */ static Context sApplicationContext = null;
/* package */ @Nullable static Context sApplicationContext = null;

/**
* Ordered list of sources to consult when trying to load a shared library or one of its
Expand Down

0 comments on commit 217b0f5

Please sign in to comment.