Skip to content

Commit f9f6b41

Browse files
committed
Update command line args
1 parent 7972a14 commit f9f6b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/httpserver/App.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
public class App {
44
public static void main(String[] args) {
5-
int portNumber = Integer.parseInt(args[0]);
6-
String fileDirectory = args[1];
5+
int portNumber = Integer.parseInt(args[1]);
6+
String fileDirectory = args[3];
77

88
}
99
}

0 commit comments

Comments
 (0)