mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
editor_events.md: Make extension classes non-public and final
This commit is contained in:
parent
230a2f8eac
commit
94a465e143
@ -124,7 +124,7 @@ As explained in [Working with Text](working_with_text.md#safely-replacing-select
|
||||
So although a method on the `Document` interface does the `String` insertion, the write action ensures a stable context.
|
||||
|
||||
```java
|
||||
class MyTypedHandler implements TypedActionHandler {
|
||||
final class MyTypedHandler implements TypedActionHandler {
|
||||
@Override
|
||||
public void execute(@NotNull Editor editor,
|
||||
char c,
|
||||
|
Loading…
x
Reference in New Issue
Block a user