Reformatted code

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@142386 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-02-08 16:31:04 +00:00
parent 97b77f36c6
commit b1e3f5eb34
3 changed files with 22 additions and 22 deletions

View File

@ -13,7 +13,6 @@ import com.orientechnologies.orient.core.record.impl.ODocument;
/**
* @author Luca Frosini (ISTI - CNR)
*/
@SuppressWarnings("unchecked")
public class HeaderOrient extends ODocument implements org.gcube.informationsystem.model.embedded.Header {
public HeaderOrient(){

View File

@ -348,7 +348,8 @@ public class ERManagementTest extends ScopedTest {
facetManagement.setUUID(sharedFacetUUID);
try {
facetManagement.read();
String read = facetManagement.read();
logger.debug("Read facet is : {}", read);
throw new Exception(String.format("Shared Facet %s was not deleted", shared));
}catch(FacetNotFoundException e){
logger.debug("Shared Facet was not foud as expected");