You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataManager.get() does not seem to return correct type required in Application
singletons.add(new ModelXSLTWriter(DataManager.get()));
resulting in a "DataManager cannot be converted to XSLTBuilder" error