[jdom-interest] BUG in DOMOutputter
    Jason Hunter 
    jhunter at collab.net
       
    Fri Feb  9 09:27:01 PST 2001
    
    
  
DOMOutputter now uses JAXP if you don't assign an adapter class.  Look
later in the code and you'll see that the constructor is properly
written.
-jh-
"Shah, Mayank" wrote:
> 
> I'm not sure if this bug has been reported or not so here goes:
> 
> Using a fresh copy from cvs last night I found that the no arg constructor
> of DOMOutputter does not assign the adapterClass to be the default adapter.
> 
> The code reads:
>   public DOMOutputter() {
>     }
> 
> but should read:
> 
>   public DOMOutputter() {
>         this(DEFAULT_ADAPTER_CLASS);
>     }
> 
> _______________________________________________
> 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