Various minor fixes, comment removal, etc.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31283 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Steven Glover
2011-10-17 13:44:56 +00:00
parent 586e3533d6
commit b8e734f836
3 changed files with 0 additions and 24 deletions

View File

@@ -50,7 +50,6 @@ import org.apache.commons.logging.LogFactory;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.extensions.surf.util.I18NUtil;
/**
* Re-encrypts encryptable repository properties using a new set of encryption keys.
@@ -95,7 +94,6 @@ public class ReEncryptor implements ApplicationContextAware
{
this.transactionService = transactionService;
this.transactionHelper = transactionService.getRetryingTransactionHelper();
this.transactionHelper.setForceWritable(true);
}
public void setMetadataEncryptor(MetadataEncryptor metadataEncryptor)