Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
e2677bf3
Commit
e2677bf3
authored
Nov 15, 2019
by
Stefan Schuhbaeck
Browse files
fix typo and simplify cache path
parent
cb6555eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
VadereUtils/src/org/vadere/util/config/VadereConfig.java
View file @
e2677bf3
...
...
@@ -266,7 +266,7 @@ public class VadereConfig {
defaultConfig
.
put
(
"Testing.stepCircleOptimization.compareBruteForceSolution"
,
"false"
);
defaultConfig
.
put
(
"TopographyCreator.dotRadius"
,
"0.5"
);
defaultConfig
.
put
(
"Vadere.cache.useGlobalCacheBaseDir"
,
"false"
);
defaultConfig
.
put
(
"Vadere.cache.
f
lobalCacheBaseDir"
,
defaultSearchDirectory
+
"/.cache/vadere
-cache
"
);
defaultConfig
.
put
(
"Vadere.cache.
g
lobalCacheBaseDir"
,
defaultSearchDirectory
+
"/.cache/vadere"
);
return
defaultConfig
;
}
...
...
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