Skip to content
Snippets Groups Projects
Commit 40f0ede1 authored by Simon Barner's avatar Simon Barner
Browse files

- Fix some warnings:

 - Missing @Override
 - Missing 	/** {@inheritDoc} */
 - Spurious ;
 - Spurious @SuppressWarnings("unchecked")
 - Spurious casts
 - Spurious imports
parent ead46511
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,6 @@ public abstract class EObjectActionBase<T extends EObject> extends Action {
}
/** Sets the target object. */
@SuppressWarnings("unchecked")
public void setTarget(T target) {
setTargets(asList(target));
}
......
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