git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerCore@12188 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a7525a090d
commit
6cdecf366f
|
@ -166,7 +166,10 @@ public class ASLSession{
|
|||
*/
|
||||
public String getScopeName()
|
||||
{
|
||||
return scope.toString();
|
||||
if (scope != null)
|
||||
return scope.toString();
|
||||
else
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue