Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ private void revealControl(Control control) {
}
}

@SuppressWarnings({ "unchecked", "rawtypes" })
@SuppressWarnings({ "rawtypes" })
@Override
protected void setSelectionToWidget(List list, boolean reveal) {
HashSet<Object> elements = new HashSet<Object>(list);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ private void revealControl(Control control) {
}

@Deprecated
@SuppressWarnings({ "unchecked", "rawtypes" })
@SuppressWarnings({ "rawtypes" })
@Override
protected void setSelectionToWidget(List list, boolean reveal) {
HashSet<Object> elements = new HashSet<Object>(list);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* Some utility methods for working with fonts.
*
*
* @since 4.11
*/
public class FontUtils {
Expand Down
Loading