Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
public constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
g4s8 committed Mar 11, 2017
1 parent ea95974 commit c2f6608
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public final class TableSqlite implements Table {
private final String table;
private final SQLiteDatabase database;

TableSqlite(
public TableSqlite(
@NonNull final String table,
@NonNull final SQLiteDatabase database
) {
Expand Down

0 comments on commit c2f6608

Please sign in to comment.