Skip to content

Commit

Permalink
Merge pull request #681 from jglick/SocketChannelStream
Browse files Browse the repository at this point in the history
Updating comment in `SocketChannelStream` about JDK-8222774
  • Loading branch information
jglick authored Oct 16, 2023
2 parents 0fcb269 + cccb26c commit 2c9e67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/remoting/SocketChannelStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* that avoids deadlock when read/write happens concurrently.
*
* @author Kohsuke Kawaguchi
* @see <a href="http://stackoverflow.com/questions/174774/">discussion with references to BugParade Bug IDs</a>
* @see <a href="http://stackoverflow.com/questions/174774/">discussion with references to JDK bugs; TODO JDK-8222774 simplify in Java 17</a>

Check warning on line 20 in src/main/java/hudson/remoting/SocketChannelStream.java

View check run for this annotation

ci.jenkins.io / Open Tasks Scanner

TODO

NORMAL: JDK-8222774 simplify in Java 17
*/
public class SocketChannelStream {
public static InputStream in(Socket s) throws IOException {
Expand Down

0 comments on commit 2c9e67f

Please sign in to comment.