Author: max.andersen(a)jboss.com
Date: 2007-07-25 13:54:39 -0400 (Wed, 25 Jul 2007)
New Revision: 2656
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/ClassLoaderHelper.java
Log:
minor
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/ClassLoaderHelper.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/ClassLoaderHelper.java 2007-07-25
17:07:45 UTC (rev 2655)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/ClassLoaderHelper.java 2007-07-25
17:54:39 UTC (rev 2656)
@@ -60,7 +60,7 @@
static public List getProjectClassPathURLs (IJavaProject project)
{
- ArrayList pathElements = new ArrayList();
+ List pathElements = new ArrayList();
try {
IClasspathEntry paths[] = project.getResolvedClasspath(true);
Show replies by date