reverse spurious "cat on the keyboard" edits

This commit is contained in:
Vladimir Schneider 2015-12-13 19:13:30 -05:00
parent 2dc4e5bbad
commit 9f2177ff65
2 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,7 @@ If you want your plugin to allow other plugins to extend its functionality, in t
## Extensions
If you want your plugin to extend the functionality of other plugins or the *IntelliJ Platform*, you must declare one or several _extensions_.
If you want your plugin to extend the functionality of other plugins or the *Intell iJ Platform*, you must declare one or several _extensions_.
## How to declare extensions and extension points

View File

@ -85,7 +85,6 @@ Create an action:
```java
public class EditorHandlerIllustration extends AnAction {
@Override
public void actionPerformed(@NotNull AnActionEvent anActionEvent) {
}
@Override