Skip to content

Commit

Permalink
runtime-core: Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
minborg committed Jun 9, 2017
1 parent 5876f32 commit b094ba5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -128,7 +128,7 @@ final class SqlStreamSupplierImpl<ENTITY> implements SqlStreamSupplier<ENTITY> {

this.columnNameMap = manager.fields()
.filter(f -> f.findColumn(project)
.map(HasParent::getParentOrThrow)
.map(HasParent<Table>::getParentOrThrow)
.map(t -> isSame(table, t))
.orElse(false)
)
Expand Down

0 comments on commit b094ba5

Please sign in to comment.