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
61406a53
Commit
61406a53
authored
Aug 24, 2020
by
helene ortiz
Browse files
Back-pedaling: rather than adding a parameter to getFileContent, I add a
second method
parent
5203a6c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/fr/ill/ics/bridge/ResourceManager.java
View file @
61406a53
...
...
@@ -86,8 +86,8 @@ public class ResourceManager {
}
public
String
getFileContent
(
String
fileName
,
boolean
addServerHome
)
throws
ResourceNotFoundException
{
return
CommandZoneAccessor
.
getInstance
(
serverId
).
getFileContent
(
fileName
,
addServerHome
);
public
String
getFileContent
(
String
fileName
)
throws
ResourceNotFoundException
{
return
CommandZoneAccessor
.
getInstance
(
serverId
).
getFileContent
(
fileName
);
}
...
...
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