Make updateNotification public
This commit is contained in:
parent
30eae0b456
commit
bdf0b0e07d
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ public class PersistentNotificationPlugin extends PluginBase {
|
|||
}
|
||||
|
||||
@Nonnull
|
||||
Notification updateNotification() {
|
||||
public Notification updateNotification() {
|
||||
String line1 = null;
|
||||
String line2 = null;
|
||||
String line3 = null;
|
||||
|
|
Loading…
Reference in a new issue