git: cleanup

This commit is contained in:
Kirill Likhodedov
2018-11-03 20:39:14 +03:00
parent 729c1d613d
commit 3b675e8d15
@@ -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
*