!pro #3809 Update to config 1.2.0
* Changed all duration reads to use implicit conversion and the new getDuration to reduce boilerplate
This commit is contained in:
parent
e25455e935
commit
e441d1b29b
31 changed files with 166 additions and 110 deletions
|
|
@ -19,7 +19,7 @@ Akka uses the `Typesafe Config Library
|
|||
for the configuration of your own application or library built with or without
|
||||
Akka. This library is implemented in Java with no external dependencies; you
|
||||
should have a look at its documentation (in particular about `ConfigFactory
|
||||
<http://typesafehub.github.com/config/latest/api/com/typesafe/config/ConfigFactory.html>`_),
|
||||
<http://typesafehub.github.io/config/v1.2.0/com/typesafe/config/ConfigFactory.html>`_),
|
||||
which is only summarized in the following.
|
||||
|
||||
.. warning::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue