Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn
Commits
dbf21810
Commit
dbf21810
authored
Jun 06, 2018
by
Costin Grigoras
Browse files
Comment out two unused variables (Java warning)
parent
620590d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/alien/site/ComputingElement.java
View file @
dbf21810
...
...
@@ -245,8 +245,8 @@ public class ComputingElement extends Thread {
final
String
host_tempdir_resolved
=
Functions
.
resolvePathWithEnv
(
host_tempdir
);
if
(
this
.
queue
.
getClass
()
==
alien
.
site
.
batchqueue
.
FORK
.
class
)
host_tempdir
=
host_tempdir_resolved
;
final
String
cert_file
=
host_tempdir
+
"/token_cert."
+
time
;
final
String
key_file
=
host_tempdir
+
"/token_key."
+
time
;
//
final String cert_file = host_tempdir + "/token_cert." + time;
//
final String key_file = host_tempdir + "/token_key." + time;
int
ttl_hours
=
((
Integer
)
siteMap
.
get
(
"TTL"
)).
intValue
();
ttl_hours
=
ttl_hours
/
3600
;
...
...
Write
Preview
Supports
Markdown
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