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:
Roy Wetherall 2008-04-15 15:58:54 +00:00
parent e943d32b38
commit 86ea452f8b

View File

@ -71,7 +71,7 @@ public class BinaryPassThroughContentTransformer extends AbstractContentTransfor
}
else
{
if (BinaryPassThroughContentTransformer.class == options.getClass())
if (BinaryPassThroughContentTransformer.class.equals(options.getClass()) == true)
{
// formats are the same and are not text
return true;