File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
dsf-bpe/dsf-bpe-process-api-v2-impl/src/main/java/dev/dsf/bpe/v2/service/detector Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 14
14
15
15
public class CombinedDetectors implements Detector
16
16
{
17
+ private static final long serialVersionUID = 1L ;
18
+
17
19
public static CombinedDetectors withDefaultAndNdJson (int ndJsonLinesToCheck )
18
20
{
19
21
Detector defaultDetector = TikaConfig .getDefaultConfig ().getDetector ();
Original file line number Diff line number Diff line change 15
15
16
16
public class NdJsonDetector implements Detector
17
17
{
18
+ private static final long serialVersionUID = 1L ;
19
+
18
20
private static final MediaType MEDIA_TYPE_JSON = MediaType .application ("json" );
19
21
private static final MediaType MEDIA_TYPE_NDJSON = MediaType .application ("x-ndjson" );
20
22
You can’t perform that action at this time.
0 commit comments