Only store the post ID in the reply.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / PostReply.java
2013-01-22 David ‘Bombe’ RodenOnly store the post ID in the reply.
2013-01-17 David ‘Bombe’ RodenUpdate copyright headers.
2013-01-17 David ‘Bombe’ RodenExtract Reply and PostReply interfaces.
2012-07-13 David ‘Bombe’ RodenMerge branch 'release-0.8.2' 0.8.2
2012-05-28 David ‘Bombe’ RodenMerge branch 'master' into next
2012-03-08 David ‘Bombe’ RodenChange all copyright headers to include 2012.
2011-10-04 David ‘Bombe’ RodenMerge branch 'release-0.7.2' 0.7.2
2011-09-28 David ‘Bombe’ RodenMove common fields and setters to Reply.
2011-09-28 David ‘Bombe’ RodenAdd abstract base class for replies, move post reply...