Author: sebb Date: Wed Feb 8 12:16:10 2017 New Revision: 1782149 URL: http://svn.apache.org/viewvc?rev=1782149&view=rev Log: Javadoc tweaks
Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/DatagramSocketClient.java Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/DatagramSocketClient.java URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/DatagramSocketClient.java?rev=1782149&r1=1782148&r2=1782149&view=diff ============================================================================== --- commons/proper/net/trunk/src/main/java/org/apache/commons/net/DatagramSocketClient.java (original) +++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/DatagramSocketClient.java Wed Feb 8 12:16:10 2017 @@ -155,8 +155,6 @@ public abstract class DatagramSocketClie * You should call this method after you've finished using the class * instance and also before you call {@link #open open() } * again. _isOpen_ is set to false and _socket_ is set to null. - * If you call this method when the client socket is not open, - * a NullPointerException is thrown. ***/ public void close() { @@ -171,7 +169,7 @@ public abstract class DatagramSocketClie /*** * Returns true if the client has a currently open socket. * - * @return True if the client has a curerntly open socket, false otherwise. + * @return True if the client has a currently open socket, false otherwise. ***/ public boolean isOpen() {