git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/authorization-common-library@124880 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f1da44c96c
commit
09eef72564
|
@ -66,6 +66,9 @@ public class ServiceInfo extends ClientInfo{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "ServiceInfo [serviceIdentifier=" + serviceIdentifier + "]";
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue