Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bonusprojekt
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bekemeier Fabian
Bonusprojekt
Commits
cd313448
Commit
cd313448
authored
6 years ago
by
Haug Michael
Browse files
Options
Downloads
Patches
Plain Diff
hopefully fixed the password madness
parent
9f73d9f3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/hdm_stuttgart/mi/sd1/weather/Forecast.java
+6
-3
6 additions, 3 deletions
src/main/java/de/hdm_stuttgart/mi/sd1/weather/Forecast.java
with
6 additions
and
3 deletions
src/main/java/de/hdm_stuttgart/mi/sd1/weather/Forecast.java
+
6
−
3
View file @
cd313448
...
...
@@ -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());
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment