Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
vadere
vadere
Commits
0d45e3d1
Commit
0d45e3d1
authored
Dec 20, 2016
by
Jakob Schöttl
Browse files
Remove double-registered incident
parent
3f09f346
Changes
1
Hide whitespace changes
Inline
Side-by-side
VadereSimulator/src/org/vadere/simulator/projects/migration/IncidentDatabase.java
View file @
0d45e3d1
...
...
@@ -9,7 +9,6 @@ import java.util.Map;
import
org.vadere.simulator.projects.migration.MigrationAssistant.Version
;
import
org.vadere.simulator.projects.migration.incidents.AddTextNodeIncident
;
import
org.vadere.simulator.projects.migration.incidents.DeleteInArrayIncident
;
import
org.vadere.simulator.projects.migration.incidents.DeletionIncident
;
import
org.vadere.simulator.projects.migration.incidents.Incident
;
import
org.vadere.simulator.projects.migration.incidents.MissingMainModelIncident
;
...
...
@@ -83,8 +82,6 @@ public class IncidentDatabase {
// - - - - - - - - - - - - "0.1" to "0.2" - - - - - - - - - - - -
incidents
.
put
(
V0_1
,
new
LinkedList
<>());
addIncident
(
V0_1
,
new
DeleteInArrayIncident
(
path
(
"scenario"
,
"topography"
,
"sources"
),
"spawnDelay"
));
//addIncident(V0_1, ...
// - - - - - - - - - - - - "0.?" to "?" - - - - - - - - - - - -
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment