mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-15 15:02:20 +00:00
MNT-16882 : CMIS does not detect text encoding correctly
- using the private visibility for a small utility method to allow for optimization git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@135668 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -3113,7 +3113,7 @@ public class AlfrescoCmisServiceImpl extends AbstractCmisService implements Alfr
|
||||
}
|
||||
}
|
||||
|
||||
protected void closeInputStream(InputStream tfis)
|
||||
private void closeInputStream(InputStream tfis)
|
||||
{
|
||||
if (tfis != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user