Use a special Sone implementation that only stores the Sone ID.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 27 Sep 2014 18:16:19 +0000 (20:16 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 27 Sep 2014 18:16:19 +0000 (20:16 +0200)
commitaadf0893d8d3c791d9bb01db8009bb12f06e49c7
treefd9b1c5e17935502c415fa1facb06d053d08b204
parent1c0a2b5e67dda41e75d2315fd0f6f1cfecf26fa6
Use a special Sone implementation that only stores the Sone ID.
src/main/java/net/pterodactylus/sone/data/impl/IdOnlySone.java [new file with mode: 0644]
src/main/java/net/pterodactylus/sone/text/SoneTextParser.java
src/test/java/net/pterodactylus/sone/text/SoneTextParserTest.java