Author: ron.sigal(a)jboss.com
Date: 2010-02-15 13:50:41 -0500 (Mon, 15 Feb 2010)
New Revision: 5686
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java
Log:
JBREM-1179: Prints version number to System.out when class is loaded.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java 2010-02-15 17:07:59
UTC (rev 5685)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java 2010-02-15 18:50:41
UTC (rev 5686)
@@ -53,7 +53,7 @@
// have a static block to load the user defined version to use
static
{
-// System.out.println("Remoting version: " + VERSION);
+ System.out.println("Remoting version: " + VERSION);
boolean precompatibleFlag = false;
String precompatible = getSystemProperty(PRE_2_0_COMPATIBLE);
Show replies by date