Add class that compares two lists of identities.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 6 Nov 2013 21:38:45 +0000 (22:38 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 28 Feb 2014 21:25:54 +0000 (22:25 +0100)
commit66df7b65063e3edefd26f6e2498388ea4575d12f
tree182b2f6feee03d0ef3794ea411c11119b1a387d4
parent05545cce35fbb9d5f066bb9043dfbdd87da508a9
Add class that compares two lists of identities.
src/main/java/net/pterodactylus/sone/freenet/wot/Identity.java
src/main/java/net/pterodactylus/sone/freenet/wot/IdentityChangeDetector.java [new file with mode: 0644]
src/test/java/net/pterodactylus/sone/freenet/wot/IdentityChangeDetectorTest.java [new file with mode: 0644]