Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Upgraded to latest Renjin. Implmented 'OK' constant reference.

Authordjarvis <email>
Date2017-01-02 22:53:53 GMT-0800
Commita5689793ef97f9069a8709c9674578407a35e29b
Parent460a7bb
Delta2 lines added, 1 line removed, 1-line increase
src/main/java/com/scrivenvar/service/events/impl/DefaultNotifier.java
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 );
}
libs/renjin-script-engine-0.8.2309-jar-with-dependencies.jar
Binary files differ