@@ -22,18 +22,18 @@ |
||
22 | 22 | |
23 | 23 | use Tuleap\REST\ProjectAuthorization; |
24 | 24 | use Luracast\Restler\RestException; |
25 | -use Tracker_Artifact_Attachment_TemporaryFile as TemporaryFile; |
|
26 | -use Tracker_Artifact_Attachment_TemporaryFileManager as FileManager; |
|
27 | -use Tracker_Artifact_Attachment_TemporaryFileManagerDao as FileManagerDao; |
|
28 | -use Tuleap\Tracker\REST\Artifact\FileInfoRepresentation as FileInfoRepresentation; |
|
29 | -use Tuleap\Tracker\REST\Artifact\FileDataRepresentation as FileDataRepresentation; |
|
30 | -use Tracker_Artifact_Attachment_CannotCreateException as CannotCreateException; |
|
31 | -use Tracker_Artifact_Attachment_ChunkTooBigException as ChunkTooBigException; |
|
32 | -use Tracker_Artifact_Attachment_InvalidPathException as InvalidPathException; |
|
33 | -use Tracker_Artifact_Attachment_FileNotFoundException as FileNotFoundException; |
|
34 | -use Tracker_Artifact_Attachment_InvalidOffsetException as InvalidOffsetException; |
|
35 | -use Tracker_FileInfo_InvalidFileInfoException as InvalidFileInfoException; |
|
36 | -use Tracker_FileInfo_UnauthorisedException as UnauthorisedException; |
|
25 | +use Tracker_Artifact_Attachment_TemporaryFile as TemporaryFile; |
|
26 | +use Tracker_Artifact_Attachment_TemporaryFileManager as FileManager; |
|
27 | +use Tracker_Artifact_Attachment_TemporaryFileManagerDao as FileManagerDao; |
|
28 | +use Tuleap\Tracker\REST\Artifact\FileInfoRepresentation as FileInfoRepresentation; |
|
29 | +use Tuleap\Tracker\REST\Artifact\FileDataRepresentation as FileDataRepresentation; |
|
30 | +use Tracker_Artifact_Attachment_CannotCreateException as CannotCreateException; |
|
31 | +use Tracker_Artifact_Attachment_ChunkTooBigException as ChunkTooBigException; |
|
32 | +use Tracker_Artifact_Attachment_InvalidPathException as InvalidPathException; |
|
33 | +use Tracker_Artifact_Attachment_FileNotFoundException as FileNotFoundException; |
|
34 | +use Tracker_Artifact_Attachment_InvalidOffsetException as InvalidOffsetException; |
|
35 | +use Tracker_FileInfo_InvalidFileInfoException as InvalidFileInfoException; |
|
36 | +use Tracker_FileInfo_UnauthorisedException as UnauthorisedException; |
|
37 | 37 | use Tuleap\Tracker\Artifact\Attachment\QuotaExceededException; |
38 | 38 | use Tuleap\REST\Exceptions\LimitOutOfBoundsException; |
39 | 39 | use Tuleap\REST\Header; |