Update MultipartFileUploadClient.java

This commit is contained in:
Loredana Crusoveanu 2018-07-18 20:52:18 +03:00 committed by GitHub
parent 8041d43925
commit 3c8086ed65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -58,4 +58,5 @@ public class MultipartFileUploadClient {
Files.write(testFile, "Hello World !!, This is a test file.".getBytes());
return new FileSystemResource(testFile.toFile());
}
}