summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT OpenGL/common
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2006-02-10 19:20:22 +0000
committerVeronika Irvine <veronika>2006-02-10 19:20:22 +0000
commit2426868cd4d577b9a6466d95f1acf87c5442767d (patch)
tree9d1f7b0f1b651b5da7bce3fa123d44f91c2306ad /bundles/org.eclipse.swt/Eclipse SWT OpenGL/common
parent8f74528842eeeaad7d353d90cbd78149060fdbde (diff)
downloadeclipse.platform.swt-2426868cd4d577b9a6466d95f1acf87c5442767d.tar.gz
eclipse.platform.swt-2426868cd4d577b9a6466d95f1acf87c5442767d.tar.xz
eclipse.platform.swt-2426868cd4d577b9a6466d95f1acf87c5442767d.zip
adding @since 3.2 to javadoc
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT OpenGL/common')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT OpenGL/common/org/eclipse/swt/opengl/GLData.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT OpenGL/common/org/eclipse/swt/opengl/GLData.java b/bundles/org.eclipse.swt/Eclipse SWT OpenGL/common/org/eclipse/swt/opengl/GLData.java
index f25f11d156..f7c1c57a2b 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT OpenGL/common/org/eclipse/swt/opengl/GLData.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT OpenGL/common/org/eclipse/swt/opengl/GLData.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 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
@@ -15,6 +15,8 @@ package org.eclipse.swt.opengl;
* of the pixel format attributes of a GL drawable.
*
* @see GLCanvas
+ *
+ * @since 3.2
*/
public class GLData {