Closed kofemann closed 11 years ago
refresh() method is a NOP:
public void refresh() { reload(null); } public synchronized void reload(String locations) { if (locations == null) { return; }
....
Looks good to me. Merging.
refresh() method is a NOP:
....