838485868788899091929394
private Map<String, List<String>> commitsPerFile; public SelectAssetsToPromoteViewImpl() { filesInTheBranchList = new ListBox(true); filesToPromoteList = new ListBox(true); initWidget(uiBinder.createAndBindUi(this)); }