Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
f082de4d
Commit
f082de4d
authored
Jun 11, 2019
by
Julian Zobel
Browse files
Bugfix
parent
51c3d041
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/movement/modularosm/attraction/RandomDynamicAttractionGenerator.java
View file @
f082de4d
...
...
@@ -113,7 +113,7 @@ public class RandomDynamicAttractionGenerator implements IAttractionGenerator {
public
void
eventOccurred
(
Object
content
,
int
type
)
{
// maybe was already removed...
if
(
attractionPoints
.
contains
(
attractionPoint
))
{
a
ttractionPoint
s
.
remove
(
attractionPoint
);
removeA
ttractionPoint
(
attractionPoint
);
updateAttractionPoints
();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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