Skip to content

Commit

Permalink
Fixed access modifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
oldestlivingboy committed Sep 18, 2024
1 parent 2f78b34 commit c1fd3fa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

public class Ruleset {
static final String PATHNAME = "ruleset.txt";
public static SharedPreferences prefs;
public static Intent blockingUpdateIntent;
static SharedPreferences prefs;
static Intent blockingUpdateIntent;

public static void init(Context context) {
static void init(Context context) {
prefs = PreferenceManager.getDefaultSharedPreferences(context);
blockingUpdateIntent =
new Intent()
Expand Down

0 comments on commit c1fd3fa

Please sign in to comment.