Skip to content
Snippets Groups Projects
Commit cd313448 authored by Haug Michael's avatar Haug Michael
Browse files

hopefully fixed the password madness

parent 9f73d9f3
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,14 @@ package de.hdm_stuttgart.mi.sd1.weather;
import de.hdm_stuttgart.mi.sd1.weather.cities.Cities;
import de.hdm_stuttgart.mi.sd1.weather.cities.City;
import de.hdm_stuttgart.mi.sd1.weather.model.SearchingAndComparing;
import de.hdm_stuttgart.mi.sd1.weather.model.*;
import org.apache.commons.io.FileUtils;
import java.io.File;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.Scanner;
......@@ -22,7 +24,7 @@ public class Forecast {
*
* @param args Yet unused.
*/
public static void main(String[] args) {
public static void main(String[] args) throws IOException {
/* Scanner scanName = new Scanner(System.in);
......@@ -41,7 +43,8 @@ public class Forecast {
SearchingAndComparing.searchingAndComparing();
CopyToFile.FileMethod();
Weather weathertest = WeatherDataParser.parse(CopyToFile.FileMethod());
/* java.net.URL
// System.out.println(SearchingAndComparing.searchingAndComparing());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment