bisq/core/src
Chris Beams 4ac45d7fe8
Rename SeedNodesRepository => SeedNodeRepository
The idiomatic approach to naming domain-driven design (DDD)-style
repositories is to use the singular form of the object being
encapsulated by the repository, e.g. BookRepository vs. BooksRepository.

Thus far, the repository interfaces and implementations created here in
Bisq have used the latter, plural form, but going forward we should
revert to the norm. To this end, this commit renames SeedNodesRepository
and its single implementation to SeedNodeRepository and
CoreSeedNodeRepository respectively.
2018-02-21 10:33:20 +01:00
..
main Rename SeedNodesRepository => SeedNodeRepository 2018-02-21 10:33:20 +01:00
test/java/io/bisq/core Fixed factory method for NodeAddresses in case of empty string 2018-02-21 13:17:08 +04:00