Move provider interfaces to database package.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / ReplyImpl.java
2013-01-22 David ‘Bombe’ RodenMove provider interfaces to database package.
2013-01-22 David ‘Bombe’ RodenRemove possibility to create Sones from sone provider...
2013-01-22 David ‘Bombe’ RodenOnly store IDs of Sones in replies.
2013-01-22 David ‘Bombe’ RodenMake replies (more or less) immutable after creation.
2013-01-17 David ‘Bombe’ RodenUpdate copyright headers.
2013-01-17 David ‘Bombe’ RodenFix header comments.
2013-01-17 David ‘Bombe’ RodenExtract Reply and PostReply interfaces.