File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
opengrok-indexer/src/main/java/org/opengrok/indexer/configuration Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 18
18
*/
19
19
20
20
/*
21
- * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
21
+ * Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved.
22
22
*/
23
23
package org .opengrok .indexer .configuration ;
24
24
37
37
import java .util .HashMap ;
38
38
import java .util .HashSet ;
39
39
import java .util .Set ;
40
+ import java .util .TreeMap ;
40
41
import java .util .TreeSet ;
41
42
import java .util .stream .Collectors ;
42
43
@@ -70,6 +71,7 @@ public class ConfigurationClassLoader extends ClassLoader {
70
71
StatsdFlavor .class ,
71
72
String .class ,
72
73
SuggesterConfig .class ,
74
+ TreeMap .class ,
73
75
TreeSet .class ,
74
76
XMLDecoder .class
75
77
).stream ().map (Class ::getName ).collect (Collectors .toSet ());
You can’t perform that action at this time.
0 commit comments