File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
kafka-webview-ui/src/main/java/org/sourcelab/kafka/webview/ui/manager/ui/datatable Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,10 @@ public class DatatableSearch {
3939
4040 /**
4141 * Constructor.
42- * @param label Human readable display label.
43- * @param field The underlying field to search over .
42+ * @param label Display label.
43+ * @param fields One or more fields to search across .
4444 * @param currentSearchTerm The current search term if defined in a request.
4545 */
46- public DatatableSearch (final String label , final String field , final String currentSearchTerm ) {
47- this (label , Collections .singletonList (field ), currentSearchTerm );
48- }
49-
5046 public DatatableSearch (final String label , final List <String > fields , final String currentSearchTerm ) {
5147 Objects .requireNonNull (fields );
5248
You can’t perform that action at this time.
0 commit comments