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

- Remove locally added @SuppressWarnings tags that are not needed anymore in external-src folder

refs 3217
parent ef8d1ab3
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,6 @@ import org.eclipse.swt.widgets.Display; ...@@ -61,7 +61,6 @@ import org.eclipse.swt.widgets.Display;
* @author sshaw * @author sshaw
* @canBeSeenBy %partners * @canBeSeenBy %partners
*/ */
@SuppressWarnings({"javadoc", "rawtypes", "unused", "deprecation", "null", "cast", "unchecked"})
public class PolylineConnectionEx extends PolylineConnection { public class PolylineConnectionEx extends PolylineConnection {
private RotatableDecoration startDecoration, endDecoration; private RotatableDecoration startDecoration, endDecoration;
......
...@@ -32,7 +32,6 @@ import org.eclipse.draw2d.geometry.Translatable; ...@@ -32,7 +32,6 @@ import org.eclipse.draw2d.geometry.Translatable;
* @author sshaw * @author sshaw
* @canBeSeenBy %partners * @canBeSeenBy %partners
*/ */
@SuppressWarnings({"javadoc", "deprecation"})
public class LineSeg implements Cloneable, java.io.Serializable, Translatable { public class LineSeg implements Cloneable, java.io.Serializable, Translatable {
final private static int DEFAULT_INTERSECTION_TOLERANCE = 1; final private static int DEFAULT_INTERSECTION_TOLERANCE = 1;
......
...@@ -26,7 +26,6 @@ import org.eclipse.draw2d.geometry.Transform; ...@@ -26,7 +26,6 @@ import org.eclipse.draw2d.geometry.Transform;
* *
* @author sshaw * @author sshaw
*/ */
@SuppressWarnings({"javadoc", "rawtypes", "deprecation", "null"})
public class PointListUtilities { public class PointListUtilities {
/** /**
......
...@@ -65,7 +65,6 @@ import org.eclipse.ui.internal.ide.IIDEHelpContextIds; ...@@ -65,7 +65,6 @@ import org.eclipse.ui.internal.ide.IIDEHelpContextIds;
* @noextend This class is not intended to be subclassed by clients. * @noextend This class is not intended to be subclassed by clients.
* @author doebber * @author doebber
*/ */
@SuppressWarnings({"javadoc", "restriction"})
public class TextStyledTextActionHandler { public class TextStyledTextActionHandler {
private DeleteActionHandler textDeleteAction = new DeleteActionHandler(); private DeleteActionHandler textDeleteAction = new DeleteActionHandler();
......
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