bennyxqg / bulk-loader

Automatically exported from code.google.com/p/bulk-loader
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
*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 issue reported on code.google.com by kzi...@gmail.com on 28 Apr 2009 at 5:06

GoogleCodeExporter commented 9 years ago
Fixed in revision 271, thanks kzimir for noticing this.

Original comment by debert on 28 Apr 2009 at 5:16