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
8e897095
Commit
8e897095
authored
Dec 23, 2014
by
helene ortiz
Browse files
No commit message
No commit message
parent
c4c15e95
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fr/ill/ics/nscclient/servant/CorbaResourceManager.java
View file @
8e897095
...
...
@@ -46,7 +46,6 @@ public class CorbaResourceManager extends ResourceManager {
public
String
getFileContent
(
String
controllerType
,
String
fileName
)
throws
ResourceNotFoundException
{
System
.
out
.
println
(
fileName
);
return
servantManager
.
readResourceFile
(
controllerType
,
fileName
);
/*
...
...
@@ -65,6 +64,8 @@ public class CorbaResourceManager extends ResourceManager {
System.err.println("IOException while getting content of file " + fullFilePath);
e.printStackTrace();
}
} else {
throw new ResourceNotFoundException(fileName);
}
return null;
*/
...
...
@@ -83,7 +84,8 @@ public class CorbaResourceManager extends ResourceManager {
System.err.println("IOException while setting content of file " + fullFilePath);
e.printStackTrace();
}
}*/
}
*/
}
}
\ No newline at end of file
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