Re: try without catch in BlockStackingLM.getNextKnuthElements

2008-05-31 Thread Andreas Delmelle
On May 29, 2008, at 18:23, Vincent Hennebert wrote: Could anybody explain me what is the purpose of the following piece of code: if (!breakBeforeServed) { try { if (addKnuthElementsForBreakBefore(returnList, context)) { return returnList; }

Re: try without catch in BlockStackingLM.getNextKnuthElements

2008-05-31 Thread Peter B. West
Andreas Delmelle wrote: On May 29, 2008, at 18:23, Vincent Hennebert wrote: Could anybody explain me what is the purpose of the following piece of code: if (!breakBeforeServed) { try { if (addKnuthElementsForBreakBefore(returnList, context)) { return