Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Fixed typographical error, changed abilty to ability in README. #15

Merged
merged 1 commit into from
Jan 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ A set of integration and unit tests can be found in _src/test/java_ (tests) & _s
* Support for Java 7 Data and Time classes
* Include the ability to define a database driven properties source not just properties files
* Implement error recovery inside PropertiesWatcher.class, including better thread recovery
* Abilty to perform additional re-bind logic when a property is changed, i.e. if a class has an open DB connection whcih needs tobe re-established using newly set properties.
* Ability to perform additional re-bind logic when a property is changed, i.e. if a class has an open DB connection whcih needs tobe re-established using newly set properties.
* Replace callback Properties EventHandler with Guava EventBus
* Ability to configure usage via spring's @Configuration

Expand Down