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:
Andrei Rebegea
2017-03-07 11:27:56 +00:00
parent 792bba21c8
commit c944a33fdc

View File

@@ -3113,7 +3113,7 @@ public class AlfrescoCmisServiceImpl extends AbstractCmisService implements Alfr
}
}
protected void closeInputStream(InputStream tfis)
private void closeInputStream(InputStream tfis)
{
if (tfis != null)
{