Skip to content

Commit

Permalink
Fix build on JDK 1.6, and code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed May 13, 2014
1 parent d1ff7b8 commit ae4f221
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public static Enumerable<SqlAdvisorHint> getCompletionHints(
for (SqlMoniker hint : hints) {
res.add(new SqlAdvisorHint(hint));
}
return Linq4j.asEnumerable(res).<SqlAdvisorHint>asQueryable();
return Linq4j.asEnumerable(res).asQueryable();
}
}

Expand Down
Loading

0 comments on commit ae4f221

Please sign in to comment.