Re: try without catch in BlockStackingLM.getNextKnuthElements

2008-06-01 Thread Andreas Delmelle
On Jun 1, 2008, at 03:40, Peter B. West wrote: 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(r

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 retu

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; }

try without catch in BlockStackingLM.getNextKnuthElements

2008-05-29 Thread Vincent Hennebert
Hi, Could anybody explain me what is the purpose of the following piece of code: if (!breakBeforeServed) { try { if (addKnuthElementsForBreakBefore(returnList, context)) { return returnList; } } finally { breakBeforeServed = t