>>>>> "Tom" == Thomas Fitzsimmons <[EMAIL PROTECTED]> writes:
>> While looking at this I discovered that there is a stub method in this >> class -- getProviderInstance does nothing. It would be nice if we >> marked all our stub methods specially somehow so that we don't get >> lulled into thinking we're further along than we are... Tom> Would it be wrong to just remove them? It could cause regressions of a sort -- where you could compile a program against release X but not against release X+1. Tom
