Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
firmador_estatal
firmador-servidor
Commits
9c38f098
Commit
9c38f098
authored
Mar 20, 2017
by
acq1305
Browse files
creando un servicio
parent
b55efba5
Changes
2
Show whitespace changes
Inline
Side-by-side
token.cfg
→
config/
token.cfg
View file @
9c38f098
File moved
src/main/java/bo/gob/softwarelibre/firmadorestatal/vista/Run.java
View file @
9c38f098
...
...
@@ -31,7 +31,7 @@ public class Run {
try
{
GestorSlot
gestorSlot
;
gestorSlot
=
GestorSlot
.
getInstance
();
gestorSlot
.
adicionarProveedor
(
proveedores
(
new
File
(
"token.cfg"
).
getAbsolutePath
()));
gestorSlot
.
adicionarProveedor
(
proveedores
(
new
File
(
"
config/
token.cfg"
).
getAbsolutePath
()));
ServidorRest
rest
=
new
ServidorRest
();
rest
.
iniciar
();
}
catch
(
Exception
e
)
{
...
...
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