Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Updated NettyConfigBuilder to NettyServerConfigBuilder in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Goldwater authored and alandau committed Nov 26, 2014
1 parent 009d8cd commit 42774bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To create a basic Thrift server using Nifty, use the [Thrift 0.9.0](https://dist

// Create the server transport
final NettyServerTransport server = new NettyServerTransport(serverDef,
new NettyConfigBuilder(),
new NettyServerConfigBuilder(),
new DefaultChannelGroup(),
new HashedWheelTimer());

Expand Down

0 comments on commit 42774bf

Please sign in to comment.