|
|
|
@ -15,16 +15,16 @@ import com.fr.start.event.LazyStartupEvent;
|
|
|
|
|
public class ReportBaseActivator4Designer extends ReportBaseActivator { |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
protected void VcsInit() { |
|
|
|
|
protected void vcsInit() { |
|
|
|
|
if (DaoSelectorFactory.getDaoSelector().useCacheDao()) { |
|
|
|
|
listenEvent(LazyStartupEvent.INSTANCE, new Listener<Null>() { |
|
|
|
|
@Override |
|
|
|
|
public void on(Event event, Null param) { |
|
|
|
|
ReportBaseActivator4Designer.super.VcsInit(); |
|
|
|
|
ReportBaseActivator4Designer.super.vcsInit(); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} else { |
|
|
|
|
super.VcsInit(); |
|
|
|
|
super.vcsInit(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|