Revision: 5922
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5922&view=rev
Author: manningr
Date: 2010-10-16 17:02:32 +0000 (Sat, 16 Oct 2010)
Log Message:
-----------
removed commented out code.
Modified Paths:
--------------
trunk/sql12/app/src/main/java/net/sourceforge/squirrel_sql/client/update/gui/installer/PreLaunchHelperFactoryImpl.java
Modified: trunk/sql12/app/src/main/java/net/sourceforge/squirrel_sql/client/update/gui/installer/PreLaunchHelperFactoryImpl.java
===================================================================
--- trunk/sql12/app/src/main/java/net/sourceforge/squirrel_sql/client/update/gui/installer/PreLaunchHelperFactoryImpl.java 2010-10-16 16:56:19 UTC (rev 5921)
+++ trunk/sql12/app/src/main/java/net/sourceforge/squirrel_sql/client/update/gui/installer/PreLaunchHelperFactoryImpl.java 2010-10-16 17:02:32 UTC (rev 5922)
@@ -36,12 +36,7 @@
"classpath:net/sourceforge/squirrel_sql/client/update/gui/installer/util/net.sourceforge.squirrel_sql.client.update.gui.installer.util.applicationContext.xml",
"classpath:net/sourceforge/squirrel_sql/client/update/util/net.sourceforge.squirrel_sql.client.update.util.applicationContext.xml"
};
-
-// System.out.println("Loading beans from the following application context files: ");
-// for (String location : appCtx) {
-// System.out.println("appCtx: "+location);
-// }
-
+
ApplicationContext ctx = new ClassPathXmlApplicationContext(appCtx);
return (PreLaunchHelper)ctx.getBean(PreLaunchHelper.class.getName());
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|