This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nils
/
projmi
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Set Station in StationsHistorie.
testBranch
Nils Dittberner
10 years ago
parent
88c99f2361
commit
944b649478
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/main/java/de/uniluebeck/mi/projmi6/db/DBHandler.java
+ 2
- 0
src/main/java/de/uniluebeck/mi/projmi6/db/DBHandler.java
View File
@@ -369,6 +369,8 @@ public class DBHandler {
// hist.setFall(null);
// hist.setFall(null);
// hist.setStation(null);
// hist.setStation(null);
hist.setStationKey(rs.getString("station"));
return hist;
return hist;
}
}
Write
Preview
Loading…
Cancel
Save