Make it clear that transformer is disabled to start with

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2332 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-02-09 09:32:45 +00:00
parent 87fdeb5cca
commit 923f393732

View File

@@ -169,6 +169,7 @@ public class UnoContentTransformer extends AbstractContentTransformer
*/
public UnoContentTransformer()
{
isConnected = false;
}
/**