mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
remove RuntimeException from catch (#42)
This commit is contained in:
@@ -222,7 +222,7 @@ public class CmisWrapper extends DSLProtocol<CmisWrapper> implements DSLContentM
|
||||
{
|
||||
doc = withCMISUtil().getCmisFolder(getCurrentSpace()).createDocument(properties, contentStream, versioningState);
|
||||
}
|
||||
catch (CmisStorageException | CmisRuntimeException re)
|
||||
catch (CmisStorageException se)
|
||||
{
|
||||
doc = withCMISUtil().getCmisFolder(getCurrentSpace()).createDocument(properties, contentStream, versioningState);
|
||||
}
|
||||
|
Reference in New Issue
Block a user