Skip to content

Commit

Permalink
for checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Jan 2, 2019
1 parent a437700 commit 8995419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ private List<QueryResult> getRealQueryResults(final List<QueryResult> queryResul

private List<QueryResult> getDividedQueryResults(final DistinctQueryResult distinctQueryResult) {
return Lists.transform(distinctQueryResult.divide(), new Function<DistinctQueryResult, QueryResult>() {

@Override
public QueryResult apply(final DistinctQueryResult input) {
return input;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public final class SQLStatementFillerEngine {
* @param rule SQL statement rule
* @return SQL statement
*/
@SuppressWarnings("unchecked")
@SneakyThrows
public SQLStatement fill(final Collection<SQLSegment> sqlSegments, final SQLStatementRule rule) {
SQLStatement result = rule.getSqlStatementClass().newInstance();
Expand Down

0 comments on commit 8995419

Please sign in to comment.