Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Fix constructor access level
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Apr 5, 2014
1 parent 63d8740 commit 52d3658
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static PreferencesFragment newInstance(String paramName, String paramPath
return fragment;
}

private PreferencesFragment() {
public PreferencesFragment() {
// Required empty public constructor
}

Expand Down

0 comments on commit 52d3658

Please sign in to comment.