提交 28a6f05b 编写于 作者: R robm

8202996: Remove debug print statements from RMI fix

Reviewed-by: coffeys
上级 04bb5ff8
......@@ -727,7 +727,6 @@ public class TCPTransport extends Transport {
int magic = in.readInt();
if (magic == POST) {
System.err.println("DISABLED: " + disableIncomingHttp);
if (disableIncomingHttp) {
throw new RemoteException("RMI over HTTP is disabled");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册