You need to sign in or sign up before continuing.
提交 12c68684 编写于 作者: R robm

8202996: Remove debug print statements from RMI fix

Reviewed-by: coffeys
上级 910bc930
...@@ -727,7 +727,6 @@ public class TCPTransport extends Transport { ...@@ -727,7 +727,6 @@ public class TCPTransport extends Transport {
int magic = in.readInt(); int magic = in.readInt();
if (magic == POST) { if (magic == POST) {
System.err.println("DISABLED: " + disableIncomingHttp);
if (disableIncomingHttp) { if (disableIncomingHttp) {
throw new RemoteException("RMI over HTTP is disabled"); 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.
先完成此消息的编辑!
想要评论请 注册