Skip to content

Commit

Permalink
Minor formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldaley committed Oct 31, 2014
1 parent 404033b commit 5f068e3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/main/java/com/rolandkuhn/rsinterop/JavaMain.java
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
package com.rolandkuhn.rsinterop;

import org.reactivestreams.Publisher;



import akka.actor.ActorSystem;
import akka.stream.FlowMaterializer;
import akka.stream.javadsl.Sink;
import akka.stream.javadsl.Source;
import org.reactivestreams.Publisher;
import ratpack.http.ResponseChunks;
import ratpack.test.embed.EmbeddedApp;import reactor.rx.Stream;
import ratpack.test.embed.EmbeddedApp;
import reactor.rx.Stream;
import reactor.rx.Streams;
import rx.Observable;
import rx.RxReactiveStreams;


public class JavaMain {

public static void main(String[] args) {
Expand Down Expand Up @@ -42,6 +39,6 @@ public static void main(String[] args) {
final String text = client.getText();
System.out.println(text);
system.shutdown();
});;
});
}
}

0 comments on commit 5f068e3

Please sign in to comment.