We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439d68a commit 52b50f8Copy full SHA for 52b50f8
orm/plugin/core/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/actions/RenameAction.java
@@ -53,14 +53,14 @@ public void run() {
53
if (!(node instanceof ConsoleConfiguration)) {
54
continue;
55
}
56
- if (renameConsoleConfiuration((ConsoleConfiguration) node)){
+ if (renameConsoleConfiguration((ConsoleConfiguration) node)){
57
viewer.refresh(node);
58
59
break;
60
61
62
63
- public boolean renameConsoleConfiuration(ConsoleConfiguration config){
+ public boolean renameConsoleConfiguration(ConsoleConfiguration config){
64
ILaunchConfiguration launchConfiguration = null;;
65
try {
66
launchConfiguration = LaunchHelper.findHibernateLaunchConfig(config.getName());
0 commit comments