[jdom-interest] Bug in ProcessingInstruction

Jason Hunter jhunter at apache.org
Sat Apr 27 11:46:42 PDT 2002


Yep.  Committed.

-jh-

Les Hill wrote:
> 
> Bug?  Diff below:
> 
> 373c373,376
> <         rawData.setLength(rawData.length() - 1);
> ---
> >         // LH 4/24/02 -- handle empty map case
> >         if (rawData.length() > 0) {
> >             rawData.setLength(rawData.length() - 1);
> >         }
> 
> Les Hill
> leh at galaxynine.com
> 
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com



More information about the jdom-interest mailing list