More files now using correct URLEncoder impl, some code cleanup around usage and imports

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7961 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2008-01-09 15:47:13 +00:00
parent ace73cf22c
commit 474e699e32
3 changed files with 1 additions and 14 deletions

View File

@@ -24,14 +24,6 @@
*/
package org.alfresco.repo.template;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.text.MessageFormat;
import org.alfresco.service.cmr.repository.TemplateException;
import org.springframework.util.StringUtils;
/**
* Contract for Template API objects that support content on the 'cm:content' default property.
*