src/java.base/share/classes/java/nio/channels/DatagramChannel.java
changeset 58518 705c3f88a409
parent 58501 6fc4a729763e
child 58679 9c3209ff7550
child 58803 1bd307ea5497
--- a/src/java.base/share/classes/java/nio/channels/DatagramChannel.java	Wed Oct 09 09:23:22 2019 -0700
+++ b/src/java.base/share/classes/java/nio/channels/DatagramChannel.java	Wed Oct 09 17:38:58 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -328,6 +328,10 @@
      * <p> If this channel's socket is not connected, or if the channel is
      * closed, then invoking this method has no effect.  </p>
      *
+     * @apiNote If this method throws an IOException, the channel's socket
+     * may be left in an unspecified state. It is strongly recommended that
+     * the channel be closed when disconnect fails.
+     *
      * @return  This datagram channel
      *
      * @throws  IOException