We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846c1e6 commit 42f57c3Copy full SHA for 42f57c3
suggester/src/main/java/org/opengrok/suggest/Suggester.java
@@ -465,6 +465,11 @@ public String getName() {
465
public Path getPath() {
466
return path;
467
}
468
+
469
+ @Override
470
+ public String toString() {
471
+ return name;
472
+ }
473
474
475
/**
@@ -501,6 +506,12 @@ public String getName() {
501
506
public IndexReader getReader() {
502
507
return reader;
503
508
509
510
511
512
513
514
504
515
505
516
517
0 commit comments