mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix notification message
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ public class AnalyzeDependenciesOnSpecifiedTargetHandler extends DependenciesHan
|
||||
final String source = StringUtil.decapitalize(builders.get(0).getScope().getDisplayName());
|
||||
final String target = StringUtil.decapitalize(myTargetScope.getDisplayName());
|
||||
final String message = AnalysisScopeBundle.message("no.dependencies.found.message", source, target);
|
||||
NotificationGroup.toolWindowGroup("Dependencies", ToolWindowId.DEPENDENCIES, true).createNotification("message", MessageType.INFO).notify(myProject);
|
||||
NotificationGroup.toolWindowGroup("Dependencies", ToolWindowId.DEPENDENCIES, true).createNotification(message, MessageType.INFO).notify(myProject);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user