diff dwtx/jface/fieldassist/TextContentAdapter.d @ 90:7ffeace6c47f

Update 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 23:30:07 +0200
parents 5df4896124c7
children
line wrap: on
line diff
--- a/dwtx/jface/fieldassist/TextContentAdapter.d	Sun Jun 22 22:57:31 2008 +0200
+++ b/dwtx/jface/fieldassist/TextContentAdapter.d	Sun Jul 06 23:30:07 2008 +0200
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
+ * Copyright (c) 2005, 2008 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -104,9 +104,7 @@
         (cast(Text) control).setSelection(new Point(position, position));
     }
 
-    /*
-     * (non-Javadoc)
-     *
+    /**
      * @see dwtx.jface.fieldassist.IControlContentAdapter2#getSelection(dwt.widgets.Control)
      *
      * @since 3.4
@@ -115,9 +113,7 @@
         return (cast(Text) control).getSelection();
     }
 
-    /*
-     * (non-Javadoc)
-     *
+    /**
      * @see dwtx.jface.fieldassist.IControlContentAdapter2#setSelection(dwt.widgets.Control,
      *      dwt.graphics.Point)
      *