Skip to content

Commit

Permalink
it compiles, 90% tests green
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuhn committed Feb 20, 2015
1 parent b1c48d5 commit b2a7279
Show file tree
Hide file tree
Showing 14 changed files with 220 additions and 437 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class DslFactoriesConsistencySpec extends WordSpec with Matchers {
* If scaladsl is not a keyed type, javadsl shouldn't be as well.
*/
def returnTypeMatch(s: Class[_], j: Class[_]): Boolean =
(sSource.isAssignableFrom(s) && jSource.isAssignableFrom(j)) ||
(sSource.isAssignableFrom(s) && jSource.isAssignableFrom(j)) ||
(sSink.isAssignableFrom(s) && jSink.isAssignableFrom(j)) ||
(sFlow.isAssignableFrom(s) && jFlow.isAssignableFrom(j))

Expand Down
Loading

0 comments on commit b2a7279

Please sign in to comment.