agrison / jtoml

TOML for Java
MIT License
45 stars 13 forks source link

Getter gets a Float, but should be a Double #3

Closed adamv closed 11 years ago

adamv commented 11 years ago

The TOML spec says of floats, 64-bit (double) precision expected. Thus, the Getter should return Doubles, not Floats.

agrison commented 11 years ago

I've fixed the issue, I will make a commit around noon (GMT time).

Thank you.