[jbosstools-commits] JBoss Tools SVN: r40742 - trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu May 3 03:29:44 EDT 2012
Author: vpakan at redhat.com
Date: 2012-05-03 03:29:43 -0400 (Thu, 03 May 2012)
New Revision: 40742
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/FormatUtils.java
Log:
Remove debug message.
Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/FormatUtils.java
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/FormatUtils.java 2012-05-03 07:29:20 UTC (rev 40741)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/FormatUtils.java 2012-05-03 07:29:43 UTC (rev 40742)
@@ -57,11 +57,12 @@
}
}
}
+ /* Uncommet when debugging
System.out.println(sb.toString());
for (String item : list1){
System.out.println("result.add(\"" + item.replaceAll("\"", "\\\"") + "\");");
}
-
+ */
return sb.toString();
}
More information about the jbosstools-commits
mailing list