Author: jpeterka
Date: 2012-04-03 10:23:04 -0400 (Tue, 03 Apr 2012)
New Revision: 40009
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java
Log:
ActionItem for JPA Entity fixed
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java 2012-04-03
14:22:08 UTC (rev 40008)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java 2012-04-03
14:23:04 UTC (rev 40009)
@@ -5222,7 +5222,7 @@
* represents item : JPA->Entity
*/
public static final INewObject LABEL = new INewObject() {
- public String getName() { return "Entity";}
+ public String getName() { return "JPA Entity";}
public List<String> getGroupPath() {
List<String> l = new Vector<String>();
l.add("JPA");
Show replies by date