Author: tallison
Date: Mon Apr 6 15:54:59 2015
New Revision: 1671561
URL: http://svn.apache.org/r1671561
Log:
TIKA-1519 change underscore to dash
Modified:
tika/trunk/tika-core/src/main/java/org/apache/tika/metadata/TikaCoreProperties.java
Modified:
tika/trunk/tika-core/src/main/java/org/apache/tika/metadata/TikaCoreProperties.java
URL:
http://svn.apache.org/viewvc/tika/trunk/tika-core/src/main/java/org/apache/tika/metadata/TikaCoreProperties.java?rev=1671561&r1=1671560&r2=1671561&view=diff
==============================================================================
---
tika/trunk/tika-core/src/main/java/org/apache/tika/metadata/TikaCoreProperties.java
(original)
+++
tika/trunk/tika-core/src/main/java/org/apache/tika/metadata/TikaCoreProperties.java
Mon Apr 6 15:54:59 2015
@@ -62,23 +62,23 @@ public interface TikaCoreProperties {
/**
* Use this to store parse exception information in the Metadata object.
- */
- public static String TIKA_META_EXCEPTION_PREFIX =
TIKA_META_PREFIX+"EXCEPTION"+
- Metadata.NAMESPACE_PREFIX_DELIMITER;
-
- /**
- * This is currently used to identify Content-Type that may be
- * included within a document, such as in html documents
- * (e.g. <meta http-equiv="content-type" content="text/html;
charset=UTF-8">)
- , or the value might come from outside the document. This information
- * may be faulty and should be treated only as a hint.
- */
- public static final Property CONTENT_TYPE_HINT =
- Property.internalText(HttpHeaders.CONTENT_TYPE+"_Hint");
-
- /**
- * @see DublinCore#FORMAT
- */
+ */
+ public static String TIKA_META_EXCEPTION_PREFIX =
TIKA_META_PREFIX+"EXCEPTION"+
+ Metadata.NAMESPACE_PREFIX_DELIMITER;
+
+ /**
+ * This is currently used to identify Content-Type that may be
+ * included within a document, such as in html documents
+ * (e.g. <meta http-equiv="content-type" content="text/html;
charset=UTF-8">)
+ , or the value might come from outside the document. This information
+ * may be faulty and should be treated only as a hint.
+ */
+ public static final Property CONTENT_TYPE_HINT =
+ Property.internalText(HttpHeaders.CONTENT_TYPE+"-Hint");
+
+ /**
+ * @see DublinCore#FORMAT
+ */
public static final Property FORMAT =
Property.composite(DublinCore.FORMAT,
new Property[] { Property.internalText(Metadata.FORMAT) });