agrison / jtoml

TOML for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getter gets a Float, but should be a Double

adamv opened this issue · comments

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

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

Thank you.