Skip to content

Commit

Permalink
repackage reactor.io.net to reactor.io.netty
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Maldini committed Mar 11, 2016
1 parent b51b1e2 commit 1b5b9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/reactor/core/converter/DependencyUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ private DependencyUtils() {
}

try {
Flux.class.getClassLoader().loadClass("reactor.io.net.ReactiveChannel");
Flux.class.getClassLoader().loadClass("reactor.io.ipc.RemoteFlux");
detected |= REACTOR_NET;
} catch (ClassNotFoundException ignore) {

Expand Down

0 comments on commit 1b5b9f5

Please sign in to comment.