Skip to content
Snippets Groups Projects
Commit 5c88d6f7 authored by brinn's avatar brinn
Browse files

Add @SupressWarnings for "rawtypes" where it used to be "unchecked".

SVN: 25986
parent 45cbabe7
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,8 @@ abstract public class GenericSampleViewer extends AbstractViewerWithVerticalSpli ...@@ -160,7 +160,8 @@ abstract public class GenericSampleViewer extends AbstractViewerWithVerticalSpli
addToolBarButton(createDeleteButton(new IDelegatedAction() addToolBarButton(createDeleteButton(new IDelegatedAction()
{ {
@Override @Override
@SuppressWarnings("unchecked") @SuppressWarnings(
{ "unchecked", "rawtypes" })
public void execute() public void execute()
{ {
final AsyncCallback<Void> callback = final AsyncCallback<Void> callback =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment