Return a nullable PostReply instead of an Optional
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / fcp / DeleteReplyCommandTest.kt
2017-10-15 David ‘Bombe’ RodenReturn a nullable PostReply instead of an Optional
2017-10-07 David ‘Bombe’ RodenMerge branch 'release-0.9.7' 0.9.7
2017-01-13 David ‘Bombe’ RodenUse += operator to add values to parameters
2017-01-08 David ‘Bombe’ RodenRemove bucket and access type from command interface
2017-01-07 David ‘Bombe’ RodenAdd test for delete reply command and actually delete...