150151152153154155156157158159160
// use dont want to show notification again Settings.getInstance(project).dismissEnableNotification = true; } notification.expire(); } }); Notifications.Bus.notify(notification, project);
6364656667686970717273
} protected Notification get() { Notification notification = new Notification(GERRIT_NOTIFICATION_GROUP, title, message, type, listener.orNull()); if (!showBalloon) { notification.expire(); } return notification; } protected Project getProject() {