Make updateNotification public

This commit is contained in:
AdrianLxM 2019-06-30 15:36:30 +02:00 committed by GitHub
parent 30eae0b456
commit bdf0b0e07d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ public class PersistentNotificationPlugin extends PluginBase {
}
@Nonnull
Notification updateNotification() {
public Notification updateNotification() {
String line1 = null;
String line2 = null;
String line3 = null;