Skip to content

Commit

Permalink
Made DBHelper class protected so it can be sub-classed
Browse files Browse the repository at this point in the history
  • Loading branch information
tsouthen committed Jun 30, 2014
1 parent b2b980a commit 8102644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class {{ name }}Provider extends ContentProvider {
")";
{% endfor %}

private DbHelper myOpenHelper;
protected DbHelper myOpenHelper;

@Override
public boolean onCreate() {
Expand Down

0 comments on commit 8102644

Please sign in to comment.