DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25059>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25059 [PATCH] LineLayoutManager: first word in line too long ------- Additional Comments From [EMAIL PROTECTED] 2003-12-01 21:10 ------- Glen, 1 and 2. The same conditional, prevBP == null, is intended.In both cases, when prevBP == null, i.e., when this is the first break of this line, prev should be used as the argument instead of prevBP. The two affected actions are carried out consecutively. 4 and 5. The identical text is intended. The two changes have the same purpose: provide a sensible action for the case when prev == null. Regards, Simon
