public synchronized IRedmineClientManager getClientManager() {
if (clientManager == null) {
IPath path = RedmineCorePlugin.getDefault().getRepostioryAttributeCachePath();
IPath path2 = RedmineCorePlugin.getDefault().getRepostioryAttributeCachePath2();
clientManager = new ClientManager(locationFactory, path.toFile(), path2.toFile());
}
return clientManager;
}