Skip to content

Commit 50df872

Browse files
committed
add readme
1 parent 58cfca1 commit 50df872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/websystique/springmvc/controller/FileUploadController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public String singleFileUpload(@Valid FileBucket fileBucket,
109109
+ File.separator;
110110
new CSV().csvmain(input);
111111

112+
112113
History history = new History(getPrincipal(), new FileInputStream(new File(dir.getAbsolutePath()
113114
+ File.separator + "output.txt")));
114115
historyDAO.create(history);

0 commit comments

Comments
 (0)