lightbend / config

configuration library for JVM languages using HOCON files
https://lightbend.github.io/config/
6.16k stars 966 forks source link

getDuration and getBytes return boxed values for no clear reason #119

Open havocp opened 10 years ago

havocp commented 10 years ago

I don't know why some of the Config getters return boxed values rather than primitives.

havocp commented 10 years ago

Fixed getDuration since it hasn't been in a release but getBytes is sort of stuck until we ABI break sometime.