Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line numberDiff line numberDiff line change
Expand Up@@ -55,7 +55,7 @@ public static void main(String[] args) throws java.io.IOException {
System.out.print("Enter the carbon copy's name: ");
String ccName = scanner. nextLine();

// Get information fro app.config
// Get information from app.config
Properties prop = new Properties();
String fileName = "app.config";
FileInputStream fis = new FileInputStream(fileName);
Expand DownExpand Up@@ -143,4 +143,4 @@ public static void main(String[] args) throws java.io.IOException {
System.out.print (e.getMessage());
}
}
}
}