mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Assert message added in loadBranches method.
This commit is contained in:
@@ -118,7 +118,7 @@ public class HgMergeDialog extends DialogWrapper {
|
||||
}
|
||||
|
||||
private void loadBranches(VirtualFile root) {
|
||||
assert branchesForRepos.get(root) != null;
|
||||
assert branchesForRepos.get(root) != null : "No inforamtion about root " + root;
|
||||
branchSelector.setModel(new DefaultComboBoxModel(branchesForRepos.get(root).toArray()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user