bennyxqg / bulk-loader

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

registerNewType does not work. #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
registerNewType does not work with registering a new extension of known
type, even though it is clearly meant to. Try:

BulkLoader.registerNewType("tmx",BulkLoader.TYPE_XML, null);

Attached is a patch to BulkLoader.as restoring what I presume is the
intended behaviour.

Original issue reported on code.google.com by sadwanm...@gmail.com on 24 Jan 2009 at 12:11

Attachments:

GoogleCodeExporter commented 9 years ago
Checked this in revision 249, thanks for the patch.

Cheers
Arthur Debert

Original comment by debert on 24 Jan 2009 at 8:51