File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
src/main/java/com/rolandkuhn/rsinterop Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 11package com .rolandkuhn .rsinterop ;
22
3- import org .reactivestreams .Publisher ;
4-
5-
6-
73import akka .actor .ActorSystem ;
84import akka .stream .FlowMaterializer ;
95import akka .stream .javadsl .Sink ;
106import akka .stream .javadsl .Source ;
7+ import org .reactivestreams .Publisher ;
118import ratpack .http .ResponseChunks ;
12- import ratpack .test .embed .EmbeddedApp ;import reactor .rx .Stream ;
9+ import ratpack .test .embed .EmbeddedApp ;
10+ import reactor .rx .Stream ;
1311import reactor .rx .Streams ;
1412import rx .Observable ;
1513import rx .RxReactiveStreams ;
1614
17-
1815public class JavaMain {
1916
2017 public static void main (String [] args ) {
@@ -42,6 +39,6 @@ public static void main(String[] args) {
4239 final String text = client .getText ();
4340 System .out .println (text );
4441 system .shutdown ();
45- });;
42+ });
4643 }
4744}
You can’t perform that action at this time.
0 commit comments