Skip to content

Commit b92bc51

Browse files
dsn5ftpekingme
authored andcommitted
[Catalog] Suppress unchecked cast warning in TocAdapter
PiperOrigin-RevId: 759654088
1 parent 638156d commit b92bc51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

catalog/java/io/material/catalog/tableofcontents/TocAdapter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ protected FilterResults performFiltering(CharSequence constraint) {
5858
return filterResults;
5959
}
6060

61+
@SuppressWarnings("unchecked")
6162
@Override
6263
protected void publishResults(CharSequence constraint, FilterResults filterResults) {
6364
featureDemos.clear();

0 commit comments

Comments
 (0)