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

Commit

Permalink
Fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
g4s8 committed Mar 6, 2017
1 parent 9fe4452 commit f972c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion querylite/src/main/java/com/g4s8/querylite/Select.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public Select(@NonNull final List<String> columns) {
/**
* Make query for table source.
*
* @param tableSource table source
* @param table A table to select from
* @return new query
*/
@NonNull
Expand Down

0 comments on commit f972c2b

Please sign in to comment.