Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadCommandSystem
Commits
db427672
Commit
db427672
authored
Jul 01, 2020
by
helene ortiz
Browse files
change directory
parent
4193e0a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/fr/ill/ics/util/ConfigManager.java
View file @
db427672
...
...
@@ -125,7 +125,7 @@ public class ConfigManager {
private
String
clientType
;
private
static
String
localFilesDirectory
=
DEFAULT_LOCAL_FILES_DIRECTORY
;
public
static
String
NOMADENDPOINT_DIRECTORY
=
USER_HOME
+
FILE_SEPARATOR
+
"tmp"
+
FILE_SEPARATOR
+
"nomad"
;
public
static
String
NOMADENDPOINT_DIRECTORY
=
System
.
getProperty
(
"java.io.tmpdir"
)
+
FILE_SEPARATOR
+
"nomad"
;
public
static
String
NOMADENDPOINT_FILE
=
"session.properties"
;
/**
...
...
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