Skip to content
Snippets Groups Projects
Commit a19015f4 authored by Johannes Eder's avatar Johannes Eder
Browse files

removed UCD and added NO UCD comments

parent 5998aa66
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,7 @@ import org.eclipse.swt.widgets.Spinner;
*
* @author eder
*/
@Deprecated //ucd
public abstract class AbstractIntegerSpinnerEditingSupport extends EditingSupport {
public abstract class AbstractIntegerSpinnerEditingSupport extends EditingSupport {// NO_UCD
/**
* Constructor.
*
......
......@@ -65,10 +65,9 @@ import org.newdawn.slick.Color;
*
* @author mondal
*/
@Deprecated //ucd
public abstract class Graphical3DViewBase<T extends EObject> extends ViewPart implements
MouseListener, MouseTrackListener, MouseMoveListener, MouseWheelListener, KeyListener,
Listener {
Listener { // NO_UCD
/** The 3D canvas. */
protected LwjglCanvas canvas;
......
......@@ -56,8 +56,7 @@ import org.fortiss.tooling.spiderchart.widget.SpiderChartViewer;
* @author mondal
* @author hoelzl
*/
@Deprecated //ucd
public final class Sample {
public final class Sample { // NO_UCD
/** Constructs the spider chart viewer. */
private static SpiderChartViewer buildSpiderChart(final Shell shell) {
SpiderChart spiderChart = new SpiderChart();
......
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