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

Commit

Permalink
Fixed chackstyle warning - added javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
g4s8 committed Mar 11, 2017
1 parent c73e6c7 commit 8df675c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions querylite/src/main/java/com/g4s8/querylite/TableSqlite.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ public final class TableSqlite implements Table {
private final String table;
private final SQLiteDatabase database;

/**
* Ctor.
*
* @param table table name
* @param database android sqlite database
*/
public TableSqlite(
@NonNull final String table,
@NonNull final SQLiteDatabase database
Expand Down

0 comments on commit 8df675c

Please sign in to comment.