[jboss-cvs] JBossAS SVN: r59604 - branches/Branch_4_0/server/src/main/org/jboss/ejb/plugins/cmp/jdbc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 12 09:44:18 EST 2007


Author: alex.loubyansky at jboss.com
Date: 2007-01-12 09:44:16 -0500 (Fri, 12 Jan 2007)
New Revision: 59604

Modified:
   branches/Branch_4_0/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/EJBQLToSQL92Compiler.java
Log:
removed System.out.println

Modified: branches/Branch_4_0/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/EJBQLToSQL92Compiler.java
===================================================================
--- branches/Branch_4_0/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/EJBQLToSQL92Compiler.java	2007-01-12 14:41:37 UTC (rev 59603)
+++ branches/Branch_4_0/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/EJBQLToSQL92Compiler.java	2007-01-12 14:44:16 UTC (rev 59604)
@@ -931,7 +931,6 @@
 
       // setup the from path
       ASTPath fromPath = (ASTPath) node.jjtGetChild(0);
-      System.out.println("fromPath: " + fromPath.getPath());
       addInnerJoinPath(fromPath);
       String fromAlias = aliasManager.getAlias(fromPath.getPath(fromPath.size() - 2));
       CMPFieldBridge fromCMPField = (CMPFieldBridge) fromPath.getCMPField();




More information about the jboss-cvs-commits mailing list