Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
make FileService.sourceUploadSuccessResponse static (mikado method)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Jul 16, 2013
1 parent 447bc09 commit 1c9ccda
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -598,7 +598,7 @@ private void parsePotFile(InputStream documentStream, String docId, String fileT
documentServiceImpl.saveDocument(projectSlug, iterationSlug, doc, new StringSet(ExtensionType.GetText.toString()), false);
}

private Response sourceUploadSuccessResponse(boolean isNewDocument, int acceptedChunks)
private static Response sourceUploadSuccessResponse(boolean isNewDocument, int acceptedChunks)
{
Response response;
ChunkUploadResponse uploadResponse = new ChunkUploadResponse();
Expand Down

0 comments on commit 1c9ccda

Please sign in to comment.