Author: ron.sigal(a)jboss.com
Date: 2009-09-16 21:37:16 -0400 (Wed, 16 Sep 2009)
New Revision: 5511
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java
Log:
JBREM-1135: Commented out print in static section.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java 2009-09-17 00:55:35
UTC (rev 5510)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java 2009-09-17 01:37:16
UTC (rev 5511)
@@ -53,6 +53,7 @@
// have a static block to load the user defined version to use
static
{
+// System.out.println("Remoting version: " + VERSION);
boolean precompatibleFlag = false;
String precompatible = getSystemProperty(PRE_2_0_COMPATIBLE);
Show replies by date