mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
cleanup - finals
This commit is contained in:
parent
8ace7fde95
commit
7a6b8fbf7c
@ -11,11 +11,11 @@ import com.intellij.openapi.project.Project;
|
||||
*/
|
||||
public class EditorIllustration extends AnAction {
|
||||
@Override
|
||||
public void actionPerformed(AnActionEvent anActionEvent) {
|
||||
public void actionPerformed(final AnActionEvent anActionEvent) {
|
||||
|
||||
}
|
||||
@Override
|
||||
public void update(AnActionEvent e) {
|
||||
public void update(final AnActionEvent e) {
|
||||
//Get required data keys
|
||||
final Project project = e.getData(CommonDataKeys.PROJECT);
|
||||
final Editor editor = e.getData(CommonDataKeys.EDITOR);
|
||||
|
Loading…
x
Reference in New Issue
Block a user