Bug 268135 - fixed API error

Change-Id: I05cda987a8f95a39aac3bbc4d8948c3a4a058f28
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
diff --git a/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/FocusCellOwnerDrawHighlighter.java b/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/FocusCellOwnerDrawHighlighter.java
index afce411..cda1941 100644
--- a/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/FocusCellOwnerDrawHighlighter.java
+++ b/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/FocusCellOwnerDrawHighlighter.java
@@ -57,6 +57,7 @@
 	 *            <code>true</code> if only the currently focused cell should be
 	 *            indicated as selected. <code>false</code> to indicate both the
 	 *            full selection and the currently focused cell.
+	 * @since 3.14
 	 */
 	public FocusCellOwnerDrawHighlighter(ColumnViewer viewer, boolean removeNonFocusedSelectionInformation) {
 		super(viewer);