We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7972a14 commit f9f6b41Copy full SHA for f9f6b41
src/main/java/httpserver/App.java
@@ -2,8 +2,8 @@
2
3
public class App {
4
public static void main(String[] args) {
5
- int portNumber = Integer.parseInt(args[0]);
6
- String fileDirectory = args[1];
+ int portNumber = Integer.parseInt(args[1]);
+ String fileDirectory = args[3];
7
8
}
9
0 commit comments