Skip to content

Commit

Permalink
Change interface scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Blanka Kulik committed Sep 6, 2017
1 parent 0fac95d commit f3a07bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class TweakStore {
private final SharedPreferences sharedPreferences;
private final List<Callback> callbacks = new ArrayList<>();

private interface Callback {
public interface Callback {
void callback();
}

Expand Down

0 comments on commit f3a07bb

Please sign in to comment.