issues
search
uber
/
tchannel-java
A Java implementation of the TChannel protocol.
MIT License
134
stars
65
forks
source link
Drop unused variables and update style of sub channel class
#158
Closed
ayurchuk
closed
7 years ago
ayurchuk
commented
7 years ago
Updated SubChannel class:
removed unused
serializer
variable;
used
this
in constructor;
added static imports for constants and inner classes;
updated style according to java convention.
Updated SubChannel class:
serializer
variable;this
in constructor;