Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matefun
Frontend
Commits
5f929434
Commit
5f929434
authored
Nov 19, 2018
by
Diego Rey
Browse files
Change !cargar to !load in the backend
parent
f4efe190
Changes
1
Hide whitespace changes
Inline
Side-by-side
Servidor JEE/src/main/java/edu/proygrado/ejb/CommandsBean.java
View file @
5f929434
...
...
@@ -155,7 +155,7 @@ public class CommandsBean {
}
else
{
archivo
=
archivos
.
getArchivo
(
fileId
);
}
this
.
p_stdin
.
write
(
"!
cargar
"
+
corregirNombreArchivo
(
archivo
.
getNombre
()));
this
.
p_stdin
.
write
(
"!
load
"
+
corregirNombreArchivo
(
archivo
.
getNombre
()));
this
.
p_stdin
.
newLine
();
this
.
p_stdin
.
flush
();
...
...
@@ -230,10 +230,8 @@ public class CommandsBean {
new
String
[]
{
fullPathMatefun
,
"-p"
,
fullPathMatefunTmp
+
carpetaRuntimeUsuario
+
"/"
,
"-w"
});
}
this
.
latch
=
new
CountDownLatch
(
2
);
Map
<
String
,
String
>
envs
=
this
.
builder
.
environment
();
envs
.
put
(
"LANGUAGE"
,
"en"
);
...
...
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