Skip to content

Commit 0abb2e6

Browse files
committed
updated package structure
1 parent 7712719 commit 0abb2e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Path Manipulation/Path Manipulation while File Upload/java/src/main/java/securecodingexamples/fileupload/pathmanipulation/HomeController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package securecodingexamples.pathmanipulation;
1+
package securecodingexamples.fileupload.pathmanipulation;
22

33
import org.springframework.stereotype.Controller;
44
import org.springframework.web.bind.annotation.RequestMapping;

Path Manipulation/Path Manipulation while File Upload/java/src/main/java/securecodingexamples/fileupload/pathmanipulation/UploadController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package securecodingexamples.pathmanipulation;
1+
package securecodingexamples.fileupload.pathmanipulation;
22

33
import java.io.File;
44
import java.io.IOException;

0 commit comments

Comments
 (0)