mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
git: cleanup
This commit is contained in:
@@ -34,9 +34,7 @@ import static com.intellij.openapi.vfs.VirtualFileVisitor.SKIP_ROOT;
|
||||
* Basic abstract action handler for all Git actions to extend.
|
||||
*/
|
||||
public abstract class BasicAction extends DumbAwareAction {
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
|
||||
@Override
|
||||
public void actionPerformed(@NotNull AnActionEvent event) {
|
||||
final Project project = event.getData(CommonDataKeys.PROJECT);
|
||||
@@ -66,7 +64,6 @@ public abstract class BasicAction extends DumbAwareAction {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Perform the action over set of files
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user