Improve Javadoc
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.rap / src / org / argeo / eclipse / ui / specific / EclipseUiSpecificUtils.java
index c7ab28aafb12fff5ff3c5d9cd54af0d4773671d1..b669033de507da361deff7e79dac7dfe9c54039e 100644 (file)
@@ -21,10 +21,9 @@ import org.eclipse.jface.viewers.Viewer;
 
 /** Static utilities to bridge differences between RCP and RAP */
 public class EclipseUiSpecificUtils {
+
        /**
         * TootlTip support is supported only for {@link AbstractTableViewer} in RAP
-        * 
-        * @see ColumnViewerToolTipSupport#enableFor(AbstractTableViewer)
         */
        public static void enableToolTipSupport(Viewer viewer) {
                if (viewer instanceof AbstractTableViewer)
@@ -33,5 +32,4 @@ public class EclipseUiSpecificUtils {
 
        private EclipseUiSpecificUtils() {
        }
-
 }