Move provider interfaces to database package.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / PostBuilderImpl.java
2013-01-22 David ‘Bombe’ RodenMove provider interfaces to database package.
2013-01-22 David ‘Bombe’ RodenOnly store sender and recipient IDs in a post.
2013-01-22 David ‘Bombe’ RodenMake posts (more or less) immutable.
2013-01-22 David ‘Bombe’ RodenFix checks for ID and time.
2013-01-18 David ‘Bombe’ RodenAdd post builder.