Skip to content

Commit

Permalink
[SHIBUI-570]
Browse files Browse the repository at this point in the history
Replaced a println.
  • Loading branch information
Bill Smith committed Sep 12, 2018
1 parent dc3a205 commit 6d84f57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class JPAMetadataResolverServiceImpl implements MetadataResolverService {
(Refilterable) targetMetadataResolver.refilter()
} else {
//TODO: Do something here if we need to refilter other non-Batch resolvers
println("We shouldn't be here. But we are. Why?")
log.warn("Target resolver is not a Refilterable resolver. Skipping refilter()")
}
}

Expand Down

0 comments on commit 6d84f57

Please sign in to comment.