tests compile apart from flexi things
This commit is contained in:
parent
703fb7891b
commit
6416dc2f25
2 changed files with 2 additions and 2 deletions
|
|
@ -260,7 +260,7 @@ public class SourceTest extends StreamTest {
|
|||
return input1.iterator();
|
||||
}
|
||||
};
|
||||
Source.from(input).runForeach(new Procedure<Integer>() {
|
||||
Source.fromIterator(input).runForeach(new Procedure<Integer>() {
|
||||
public void apply(Integer elem) {
|
||||
probe.getRef().tell(elem, ActorRef.noSender());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue