forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove @deprecated from package-info.java file (netty#8591)
Motivation: 31fd66b 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
- Loading branch information
1 parent
31fd66b
commit 2a2bc21
Showing
3 changed files
with
0 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,4 @@ | |
* | ||
* @deprecated use NIO based SCTP implementation. | ||
*/ | ||
@Deprecated | ||
package io.netty.channel.sctp.oio; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,4 @@ | |
* | ||
* @deprecated use NIO / EPOLL / KQUEUE transport. | ||
*/ | ||
@Deprecated | ||
package io.netty.channel.oio; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,4 @@ | |
* | ||
* @deprecated use NIO / EPOLL / KQUEUE transport. | ||
*/ | ||
@Deprecated | ||
package io.netty.channel.socket.oio; |