Remove @Deprecated from package-info.java file (#8591)
Motivation:
31fd66b617
added @Deprecated to some classes but also to the package-info.java files. IntelliJ does not like to have these annotations on package-info.java
Modifications:
Remove annotation from package-info.java
Result:
Be able to compile against via IntelliJ
This commit is contained in:
parent
31fd66b617
commit
2a2bc21067
@ -20,5 +20,4 @@
|
||||
*
|
||||
* @deprecated use NIO based SCTP implementation.
|
||||
*/
|
||||
@Deprecated
|
||||
package io.netty.channel.sctp.oio;
|
||||
|
@ -20,5 +20,4 @@
|
||||
*
|
||||
* @deprecated use NIO / EPOLL / KQUEUE transport.
|
||||
*/
|
||||
@Deprecated
|
||||
package io.netty.channel.oio;
|
||||
|
@ -20,5 +20,4 @@
|
||||
*
|
||||
* @deprecated use NIO / EPOLL / KQUEUE transport.
|
||||
*/
|
||||
@Deprecated
|
||||
package io.netty.channel.socket.oio;
|
||||
|
Loading…
Reference in New Issue
Block a user