Skip to content

Commit

Permalink
Merge pull request #330 from NiteshKant/0.x
Browse files Browse the repository at this point in the history
Updating netty to 4.0.21.Final
  • Loading branch information
NiteshKant committed Feb 11, 2015
2 parents 70568d9 + 6a872c3 commit fa51fc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
netty_version=4.0.21.Final
netty_version=4.0.25.Final
slf4j_version=1.7.6
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,13 @@
import io.reactivex.netty.pipeline.ssl.SSLEngineFactory;

import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.atomic.AtomicInteger;

/**
* @author Nitesh Kant
*/
@SuppressWarnings("rawtypes")
public abstract class AbstractClientBuilder<I, O, B extends AbstractClientBuilder, C extends RxClient<I, O>> {

private static final AtomicInteger clientUniqueNameCounter = new AtomicInteger();

private String name;
protected final RxClientImpl.ServerInfo serverInfo;
protected final Bootstrap bootstrap;
Expand Down

0 comments on commit fa51fc0

Please sign in to comment.