jankotek / JDBM3

Embedded Key Value Java Database
367 stars 94 forks source link

DBMaker#openFile should take a "File" as argument #90

Closed jschneider closed 12 years ago

jschneider commented 12 years ago

org.apache.jdbm.DBMaker#openFile:

Would prefer some methods taking a File as argument. Helps a lot with type safety and code compilition.

jankotek commented 12 years ago

Will fix in JDBM4