I was looking through the source for castor-0.9.9.1-xml.jar

I found 4 places in org.exolab.castor.xml.schema.Schema.java where  the following pattern exists

...
if ( result = false ) {
   ...
}
...

NOTE: The single equals(=) assignment operator instead on the comparsion(==) operator.



This line numbers to the 4 instances on the pattern are : 1815, 1840, 1897, 2002

Is this the intended behavior?

Thanks,
       DaVe.
       .-.
      /v\
     // \\
    /(   )\
   ^^-^^  
LAMP Rules  
David Buschman, SCJP
Web Developer
LEOPARD
Marketing. Communications. In that order.
http://www.leopard.com
303.527.5143 tel   303.530.3480 fax



   

Reply via email to