Skip to content

Commit d5c5b3f

Browse files
committed
TIKA-4840: route plugin configs through PluginJson.read; drop mapper(), git add
1 parent cb30c11 commit d5c5b3f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tika-plugins-core/src/main/java/org/apache/tika/plugins/PluginJson.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ public final class PluginJson {
4848
private PluginJson() {
4949
}
5050

51-
/** Shared and immutable in practice: callers must not reconfigure it. */
52-
public static ObjectMapper mapper() {
53-
return MAPPER;
54-
}
55-
5651
/** Deserializes {@code json} into {@code type}, reporting failures as config errors. */
5752
public static <T> T read(String json, Class<T> type) throws TikaConfigException {
5853
try {

0 commit comments

Comments
 (0)