| Author | djarvis <email> |
|---|---|
| Date | 2017-01-02 22:53:53 GMT-0800 |
| Commit | a5689793ef97f9069a8709c9674578407a35e29b |
| Parent | 460a7bb |
| Delta | 2 lines added, 1 line removed, 1-line increase |
| package com.scrivenvar.service.events.impl; | ||
| +import static com.scrivenvar.Constants.STATUS_BAR_DEFAULT; | ||
| import com.scrivenvar.service.events.Notification; | ||
| import com.scrivenvar.service.events.Notifier; | ||
| public void clear() { | ||
| setChanged(); | ||
| - notifyObservers( "OK" ); | ||
| + notifyObservers( STATUS_BAR_DEFAULT ); | ||
| } | ||