Merge branch 'master' into fts

This commit is contained in:
Eike Kettner
2020-06-23 00:32:27 +02:00
7 changed files with 40 additions and 27 deletions

View File

@ -86,7 +86,8 @@ object OUpload {
def noSource: UploadResult = NoSource
/** When adding files to an item, no item was found using the given
* item-id. */
* item-id.
*/
case object NoItem extends UploadResult
def noItem: UploadResult = NoItem