arthur-debert/BulkLoader

92 - LazyBulkLoader._lazyParseLoader has return type "void" but defines a return

arthur-debert opened this issue · 1 comments

_Error_

lazy_loader function _lazyParseLoader(withData : String) : void{
   throw new Error("subclasses should implement a useful method for this");
   return new BulkLoader("bad");
}

_Solution_

Since this is an abstract class, simply delete that line (70)

_Would be nice someone could fix that in the repository as well..._

Original link: http://code.google.com/p/bulk-loader/issues/detail?id=92

debert - 2009-04-28 00:00:00
None