Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
NomadCommandSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Instrument Control
NomadCommandSystem
Commits
a61e7e46
Commit
a61e7e46
authored
Jun 04, 2019
by
Hélène Ortiz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove syso
parent
e4dbd9bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
src/main/java/fr/ill/ics/nscclient/command/ServerControlCommandBox.java
...fr/ill/ics/nscclient/command/ServerControlCommandBox.java
+0
-7
No files found.
src/main/java/fr/ill/ics/nscclient/command/ServerControlCommandBox.java
View file @
a61e7e46
...
...
@@ -38,13 +38,6 @@ public class ServerControlCommandBox extends ServerCommandBox {
public
void
setExpression
(
String
expression
)
throws
InvalidExpressionException
{
ExpressionResult
result
=
CommandZoneAccessor
.
getInstance
(
serverId
).
setExpression
(
commandBoxId
,
expression
);
if
(
result
.
getStatus
()
==
CommandZoneAccessor
.
ExpressionStatus
.
INVALID_EXPRESSION
)
{
System
.
out
.
println
(
"ServerControlCommandBox : Expression "
+
expression
+
" is "
+
result
.
getStatus
()
+
", error : "
+
result
.
getError
()
+
", message = "
+
result
.
getMessage
());
}
else
{
System
.
out
.
println
(
"ServerControlCommandBox : Expression "
+
expression
+
" is "
+
result
.
getStatus
());
}
}
public
String
getExpression
()
{
...
...
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