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 638156d commit b92bc51Copy full SHA for b92bc51
catalog/java/io/material/catalog/tableofcontents/TocAdapter.java
@@ -58,6 +58,7 @@ protected FilterResults performFiltering(CharSequence constraint) {
58
return filterResults;
59
}
60
61
+ @SuppressWarnings("unchecked")
62
@Override
63
protected void publishResults(CharSequence constraint, FilterResults filterResults) {
64
featureDemos.clear();
0 commit comments