Author: scabanovich
Date: 2008-04-04 08:20:05 -0400 (Fri, 04 Apr 2008)
New Revision: 7321
Modified:
trunk/common/plugins/org.jboss.tools.common.gef/src/org/jboss/tools/common/gef/action/ActionRegistrySupport.java
Log:
JBIDE-895
Modified:
trunk/common/plugins/org.jboss.tools.common.gef/src/org/jboss/tools/common/gef/action/ActionRegistrySupport.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.gef/src/org/jboss/tools/common/gef/action/ActionRegistrySupport.java 2008-04-04
11:44:22 UTC (rev 7320)
+++
trunk/common/plugins/org.jboss.tools.common.gef/src/org/jboss/tools/common/gef/action/ActionRegistrySupport.java 2008-04-04
12:20:05 UTC (rev 7321)
@@ -36,7 +36,7 @@
globalActionKeys.add(key);
}
- public Iterator getGlobalActionKeys() {
+ public Iterator<String> getGlobalActionKeys() {
return globalActionKeys.iterator();
}
Show replies by date