Remove @Deprecated from package-info.java as intellij not likes it

This commit is contained in:
Norman Maurer 2017-09-18 13:44:22 -07:00
parent 0465f68ed0
commit cce4b59fa3
1 changed files with 0 additions and 1 deletions

View File

@ -19,5 +19,4 @@
*
* @deprecated this transport will be removed in the next major version.
*/
@Deprecated
package io.netty.channel.rxtx;