mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-16 17:55:15 +00:00
Fixed strange compile error
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8784 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
parent
e943d32b38
commit
86ea452f8b
@ -71,7 +71,7 @@ public class BinaryPassThroughContentTransformer extends AbstractContentTransfor
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (BinaryPassThroughContentTransformer.class == options.getClass())
|
if (BinaryPassThroughContentTransformer.class.equals(options.getClass()) == true)
|
||||||
{
|
{
|
||||||
// formats are the same and are not text
|
// formats are the same and are not text
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user