mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
notifications.md: format
This commit is contained in:
parent
3e794869cc
commit
e6d7628dda
@ -57,7 +57,8 @@ Simple use of notifications using
|
|||||||
|
|
||||||
```java
|
```java
|
||||||
public class MyGroovyDSLErrorsNotifier {
|
public class MyGroovyDSLErrorsNotifier {
|
||||||
private final NotificationGroup NOTIFICATION_GROUP = new NotificationGroup("Groovy DSL errors", NotificationDisplayType.BALLOON, true);
|
private final NotificationGroup NOTIFICATION_GROUP =
|
||||||
|
new NotificationGroup("Groovy DSL errors", NotificationDisplayType.BALLOON, true);
|
||||||
|
|
||||||
public Notification notify(String content) {
|
public Notification notify(String content) {
|
||||||
return notify(null, content);
|
return notify(null, content);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user