From 15bb116304bc8aeea45302e2a4ff1e9abf3dd426 Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Wed, 26 May 2010 17:03:38 +0000 Subject: Bug 314492 - Do the annual copyright/javadoc bash --- .../Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java | 4 ++-- .../Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Spinner.java | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java index 8c63328d58..46b5929d35 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java @@ -3562,9 +3562,9 @@ public Pattern getForegroundPattern() { * * @see GCData * - * @since 3.2 - * * @noreference This method is not intended to be referenced by clients. + * + * @since 3.2 */ public GCData getGCData() { if (handle == 0) SWT.error(SWT.ERROR_GRAPHIC_DISPOSED); diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java index 3396b70326..9722cb6876 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java @@ -2018,7 +2018,7 @@ public int /*long*/ internal_new_GC (GCData data) { * @param hDC the platform specific GC handle * @param data the platform specific GC data * - * @noreference This method is not intended to be referenced by clients. + * @noreference This method is not intended to be referenced by clients. */ public void internal_dispose_GC (int /*long*/ hDC, GCData data) { OS.DeleteDC(hDC); diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java index 50181b905e..4f72f568d8 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java @@ -2764,7 +2764,7 @@ public void setFont (Font font) { } /** - * Sets the indent of the receiver. This indent it applied to the first line of + * Sets the indent of the receiver. This indent is applied to the first line of * each paragraph. * * @param indent new indent diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Spinner.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Spinner.java index 979ee9e516..0729e2e90d 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Spinner.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Spinner.java @@ -900,7 +900,7 @@ public void setIncrement (int value) { * minimum value. If the new maximum is applied then the receiver's * selection value will be adjusted if necessary to fall within its new range. * - * @param value the new maximum, which must be greater than or equals to the current minimum + * @param value the new maximum, which must be greater than or equal to the current minimum * * @exception SWTException