This commit is contained in:
Lucio Lelii 2009-01-18 18:15:59 +00:00
parent a496962014
commit e988ae42e8
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public abstract class VREManagerServiceHandler<T, P> extends GCUBEServiceHandler
private P parameter;
public GCUBEScope scope= ServiceContext.getContext().getScope();
public String relatedGhnIs=null;
public String relatedGhnId=null;
public T getReturnValue(){
return returnValue;
}