Community
Participate
Working Groups
The method AtsBranchManagerCore.getEarliestTransactionId() is throwing a exception when the Collection of transactionIds is empty (see code). This is a normal occurence and the code is changed to return null if transactionIds is empty here.
Created attachment 208278 [details] AtsBranchManagerCore.getEarliestTransactionId() throwing exception
Added code to the method: if (transactionIds.isEmpty()) { return null; }
Pushed by: Roberto E. Escobar <roberto.e.escobar@boeing.com> 2011-12-12 14:50:54 Released: Tag: 0.9.9.v201112191206_SR4
Released: Tag: 0.9.9.v201112191206_SR4