Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Maldini committed Mar 11, 2016
1 parent 1b5b9f5 commit 6897abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/reactor/core/converter/DependencyUtils.java
Expand Up @@ -69,7 +69,7 @@ private DependencyUtils() {
}

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

Expand Down

0 comments on commit 6897abd

Please sign in to comment.