commit | d9659416ed840653e00ccf49fe47cfd2b3c387c8 | [log] [tgz] |
---|---|---|
author | Bogdan Gheorghe <gheorghe@ca.ibm.com> | Wed Oct 16 16:52:36 2013 -0400 |
committer | Bogdan Gheorghe <gheorghe@ca.ibm.com> | Wed Oct 16 16:52:36 2013 -0400 |
tree | 8847d85f403680a75e4306a8a10b72c92c2df4a9 | |
parent | 8e011a56db502581ae25e9c22022ffd19685b660 [diff] |
Update Javadoc comments
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java index 3bc12ba..1adeebb 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java
@@ -43,7 +43,6 @@ * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a> * @noextend This class is not intended to be subclassed by clients. */ - public class CoolBar extends Composite { CoolItem [] items; CoolItem [] originalItems;
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolItem.java index ec5b770..a1a4988 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolItem.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolItem.java
@@ -33,7 +33,6 @@ * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a> * @noextend This class is not intended to be subclassed by clients. */ - public class CoolItem extends Item { CoolBar parent; Control control;