Author: ron.sigal(a)jboss.com
Date: 2009-08-14 23:19:03 -0400 (Fri, 14 Aug 2009)
New Revision: 5339
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/Client.java
Log:
JBREM-1139: Adjusts PortUtil range in constructor.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Client.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Client.java 2009-08-15 01:17:04 UTC
(rev 5338)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Client.java 2009-08-15 03:19:03 UTC
(rev 5339)
@@ -2049,6 +2049,8 @@
}
}
}
+
+ PortUtil.updateRange(params);
}
private void configureCallbackServerSocketFactory(Map map) throws Exception
Show replies by date