Skip to content

Commit 52b50f8

Browse files
RenameSuggestion
Signed-off-by: AnonymousAccount4SE <[email protected]>
1 parent 439d68a commit 52b50f8

File tree

1 file changed

+2
-2
lines changed
  • orm/plugin/core/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/actions

1 file changed

+2
-2
lines changed

Diff for: orm/plugin/core/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/actions/RenameAction.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ public void run() {
5353
if (!(node instanceof ConsoleConfiguration)) {
5454
continue;
5555
}
56-
if (renameConsoleConfiuration((ConsoleConfiguration) node)){
56+
if (renameConsoleConfiguration((ConsoleConfiguration) node)){
5757
viewer.refresh(node);
5858
}
5959
break;
6060
}
6161
}
6262

63-
public boolean renameConsoleConfiuration(ConsoleConfiguration config){
63+
public boolean renameConsoleConfiguration(ConsoleConfiguration config){
6464
ILaunchConfiguration launchConfiguration = null;;
6565
try {
6666
launchConfiguration = LaunchHelper.findHibernateLaunchConfig(config.getName());

0 commit comments

Comments
 (0)