ref 8819: Extend The Algorithms Importer to Manage Many Processes as Black Boxes
https://support.d4science.org/issues/8819 Updated the support for Processes as Black Boxes git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@150617 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d9c84066ae
commit
0659422cb5
|
@ -62,9 +62,9 @@ public class InfoGenerator {
|
||||||
ArrayList<String> infos = new ArrayList<String>();
|
ArrayList<String> infos = new ArrayList<String>();
|
||||||
if (serviceCredentials != null) {
|
if (serviceCredentials != null) {
|
||||||
if (serviceCredentials.getUserName() != null && !serviceCredentials.getUserName().isEmpty()) {
|
if (serviceCredentials.getUserName() != null && !serviceCredentials.getUserName().isEmpty()) {
|
||||||
infos.add("UserName: " + serviceCredentials.getUserName());
|
infos.add("Username: " + serviceCredentials.getUserName());
|
||||||
} else {
|
} else {
|
||||||
infos.add("UserName: ");
|
infos.add("Username: ");
|
||||||
}
|
}
|
||||||
if (serviceCredentials.getFullName() != null) {
|
if (serviceCredentials.getFullName() != null) {
|
||||||
infos.add("Full Name: " + serviceCredentials.getFullName());
|
infos.add("Full Name: " + serviceCredentials.getFullName());
|
||||||
|
|
Loading…
Reference in New Issue