Build fix.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6256 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-07-15 19:27:36 +00:00
parent 38b3804ad2
commit 72cdb81f47
2 changed files with 9 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ public class HtmlMetadataExtracter extends AbstractMappingMetadataExtracter
private static final String KEY_TITLE = "title";
private static final String KEY_DESCRIPTION= "description";
private static final Set<String> MIMETYPES = new HashSet<String>(5);
public static final Set<String> MIMETYPES = new HashSet<String>(5);
static
{
MIMETYPES.add(MimetypeMap.MIMETYPE_HTML);