Skip to content

Commit 18317ee

Browse files
committed
[java] hardcoded UPLOAD_FOLDER
1 parent e9e0bdf commit 18317ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FileUploaderRESTService/src/main/java/net/javatutorial/tutorials/services/FileUploadService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
public class FileUploadService {
2929

3030
/** The path to the folder where we want to store the uploaded files */
31-
private static final String UPLOAD_FOLDER = "c:/uploadedFiles/";
31+
private static final String UPLOAD_FOLDER = "/home/ingimar/repos/icingink-github/Tutorials/fileupload-folder/";
3232

3333
public FileUploadService() {}
3434

0 commit comments

Comments
 (0)