--- old/src/java.management/share/classes/com/sun/jmx/remote/internal/ServerCommunicatorAdmin.java 2015-05-18 17:53:39.420753410 +0400 +++ new/src/java.management/share/classes/com/sun/jmx/remote/internal/ServerCommunicatorAdmin.java 2015-05-18 17:53:39.264753410 +0400 @@ -57,8 +57,8 @@ * rspOutgoing to inform that a response is sent out * for the received request. * @return the value of the termination flag: - * + * true if the connection is already being terminated, + * false otherwise. */ public boolean reqIncoming() { if (logger.traceOn()) { @@ -80,8 +80,8 @@ /** * Tells that a response is sent out for a received request. * @return the value of the termination flag: - * + * true if the connection is already being terminated, + * false otherwise. */ public boolean rspOutgoing() { if (logger.traceOn()) {