summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod <Carolyn_MacLeod@ca.ibm.com>2013-04-22 16:18:30 -0400
committerCarolyn MacLeod <Carolyn_MacLeod@ca.ibm.com>2013-04-22 16:18:30 -0400
commit581984331effe31d2c3e2e67e8493321fc9ce9b5 (patch)
tree3d7aad1c7b7a3b7ca640740f4775151074006705
parent18ce79463eed22c80d34f36aed4e0c349ca9b650 (diff)
downloadeclipse.platform.swt-581984331effe31d2c3e2e67e8493321fc9ce9b5.tar.gz
eclipse.platform.swt-581984331effe31d2c3e2e67e8493321fc9ce9b5.tar.xz
eclipse.platform.swt-581984331effe31d2c3e2e67e8493321fc9ce9b5.zip
Bug 235618 - Support the @noreference Javadoc tag on types
-rw-r--r--bundles/org.eclipse.swt/.settings/.api_filters6
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GCData.java2
2 files changed, 7 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/.settings/.api_filters b/bundles/org.eclipse.swt/.settings/.api_filters
index d5a212abde..f98994f33c 100644
--- a/bundles/org.eclipse.swt/.settings/.api_filters
+++ b/bundles/org.eclipse.swt/.settings/.api_filters
@@ -1265,6 +1265,12 @@
<message_argument value="ps"/>
</message_arguments>
</filter>
+ <filter comment="[Bug 235618] Support the @noreference Javadoc tag on types" id="338948223">
+ <message_arguments>
+ <message_argument value="org.eclipse.swt.graphics.GCData"/>
+ <message_argument value="GCData()"/>
+ </message_arguments>
+ </filter>
</resource>
<resource path="Eclipse SWT/win32/org/eclipse/swt/widgets/ColorDialog.java" type="org.eclipse.swt.widgets.ColorDialog">
<filter comment="@since 3.8 is valid in the 3.100 stream" id="1141899266">
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GCData.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GCData.java
index 9f18c81698..1e955bae0d 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GCData.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GCData.java
@@ -24,7 +24,7 @@ import org.eclipse.swt.internal.win32.*;
* platforms, and should never be called from application code.
* </p>
* @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
- * @noinstantiate This class is not intended to be instantiated by clients.
+ * @noreference This class is not intended to be referenced by clients
*/
public final class GCData {