This commit is contained in:
Andrea Manzi 2008-03-20 14:25:07 +00:00
parent baf66d6f9d
commit 65dfa09b2f
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ import java.util.Calendar;
import javax.xml.rpc.ServiceException;
import org.diligentproject.stubs.informationservice.disregistry.DISRegistryFactoryService.SchemaValidationException;
import org.gcube.common.core.contexts.GCUBEServiceContext;
import org.gcube.common.core.contexts.GHNContext;
import org.gcube.common.core.faults.GCUBEFault;
@ -162,7 +161,7 @@ public class RegistryFactory extends GCUBEStartupPortType{
}
//check ID
if (resource.getID()== nul");
if (resource.getID()== null) {}
}
catch (Exception ex)