Skip to content
Snippets Groups Projects
Commit 72c77b72 authored by Pöhnl Maxim's avatar Pöhnl Maxim
Browse files

wieder gefixt

parent 7985da07
Loading
......@@ -68,7 +68,7 @@ public class UserData {
this.activitylevel = activitylevel;
}
public static void main(String[] args) {
/*public static void main(String[] args) {
List<UserData> userDataList = Arrays.asList(
getInstance(),
getInstance(),
......@@ -78,5 +78,5 @@ public class UserData {
userDataList.parallelStream().forEach(userData -> {
// Stream zu Speichern der Daten
});
}
}*/
}
\ No newline at end of file
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