Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
PeerfactSim.KOM
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simonstrator
PeerfactSim.KOM
Commits
4b71cbc6
Commit
4b71cbc6
authored
8 years ago
by
Tim Feuerbach
Browse files
Options
Downloads
Patches
Plain Diff
use BEACON_NOT_AVAILABLE to indicate beacon not found at position
parent
3d2b4385
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/de/tud/kom/p2psim/impl/topology/movement/resourceaware/ResourceCollectionMovementMonitor.java
+1
-1
1 addition, 1 deletion
...ment/resourceaware/ResourceCollectionMovementMonitor.java
with
1 addition
and
1 deletion
src/de/tud/kom/p2psim/impl/topology/movement/resourceaware/ResourceCollectionMovementMonitor.java
+
1
−
1
View file @
4b71cbc6
...
...
@@ -150,7 +150,7 @@ public class ResourceCollectionMovementMonitor implements SimHostComponent, Loca
}
protected
void
beaconNotAvailable
(
UniqueID
beaconId
)
{
notifyListener
(
beaconId
,
0
,
ResourceCollectionListener
.
UNKNOWN_REMAINING_RESOURCES
);
notifyListener
(
beaconId
,
0
,
ResourceCollectionListener
.
BEACON_NOT_AVAILABLE
);
}
/**
...
...
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