Author: vyemialyanchyk
Date: 2009-04-07 08:21:20 -0400 (Tue, 07 Apr 2009)
New Revision: 14546
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/EclipseImageMap.java
Log:
JBIDE-4139 - [ (4) EclipseImageMap - declare static variable which is not expose it's
static nature; ]
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/EclipseImageMap.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/EclipseImageMap.java 2009-04-07
12:19:09 UTC (rev 14545)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/EclipseImageMap.java 2009-04-07
12:21:20 UTC (rev 14546)
@@ -39,7 +39,7 @@
*/
public class EclipseImageMap extends ImageMap {
- protected static URL ICON_BASE_URL = null;
+ protected URL ICON_BASE_URL = null;
public EclipseImageMap(Plugin plugin) {
String pathSuffix = "icons/";//$NON-NLS-1$
Show replies by date