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
f3993f33
Commit
f3993f33
authored
Sep 18, 2017
by
Tobias Meuser
Browse files
Changed method name in CacheInvalidationStrategyType
parent
990bf693
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/vehicular/caching/invalidation/CacheInvalidationStrategyType.java
View file @
f3993f33
...
...
@@ -31,7 +31,7 @@ public enum CacheInvalidationStrategyType {
this
.
replacementStrategy
=
replacementStrategy
;
}
public
CacheInvalidationStrategy
get
Replacement
Strategy
()
{
public
CacheInvalidationStrategy
get
Invalidation
Strategy
()
{
return
replacementStrategy
;
}
}
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