this.defaultBranch = defaultBranch;
}
public ConflictManager getConflictManager(ModuleId moduleId) {
for (Iterator iter = moduleSettings.keySet().iterator(); iter.hasNext();) {
ModuleIdMatcher midm = (ModuleIdMatcher) iter.next();
if (midm.matches(moduleId)) {
ModuleSettings ms = (ModuleSettings) moduleSettings.get(midm);
if (ms.getConflictManager() != null) {
ConflictManager cm = getConflictManager(ms.getConflictManager());
if (cm == null) {
throw new IllegalStateException(