File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
opengrok-indexer/src/main/java/org/opengrok/indexer/configuration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ public class SuggesterConfig {
52
52
public static final int TIME_THRESHOLD_DEFAULT = 2000 ; // 2 sec
53
53
public static final int REBUILD_THREAD_POOL_PERCENT_NCPUS_DEFAULT = 80 ;
54
54
55
- public static final Set <String > allowedProjectsDefault = null ;
56
- public static final Set <String > allowedFieldsDefault = Set .of (
55
+ private static final Set <String > allowedProjectsDefault = null ;
56
+ private static final Set <String > allowedFieldsDefault = Set .of (
57
57
QueryBuilder .FULL ,
58
58
QueryBuilder .DEFS ,
59
59
QueryBuilder .REFS ,
@@ -68,7 +68,7 @@ public class SuggesterConfig {
68
68
private boolean enabled ;
69
69
70
70
/**
71
- * Specifies how many results suggester should return at maximum .
71
+ * Specifies maximum number of results suggester should return.
72
72
*/
73
73
private int maxResults ;
74
74
You can’t perform that action at this time.
0 commit comments