mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
after merge
This commit is contained in:
@@ -181,8 +181,7 @@ public class SvnVcs extends AbstractVcs<CommittedChangeList> {
|
||||
return Boolean.valueOf(System.getProperty(systemParameterName));
|
||||
}
|
||||
|
||||
public SvnVcs(final Project project, MessageBus bus, SvnConfiguration svnConfiguration, final ChangeListManager changeListManager,
|
||||
final VcsDirtyScopeManager vcsDirtyScopeManager, final SvnLoadedBrachesStorage storage) {
|
||||
public SvnVcs(final Project project, MessageBus bus, SvnConfiguration svnConfiguration, final SvnLoadedBrachesStorage storage) {
|
||||
super(project, VCS_NAME);
|
||||
myLoadedBranchesStorage = storage;
|
||||
LOG.debug("ct");
|
||||
|
||||
Reference in New Issue
Block a user