This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new c908e26abb [RELEASE] remove broken javadoc
c908e26abb is described below
commit c908e26abbf3dc0e541724b8a17fc42b6d8341d7
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue Dec 3 13:05:23 2024 +0100
[RELEASE] remove broken javadoc
---
.../org/apache/hop/ui/core/widget/TextComposite.java | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/ui/src/main/java/org/apache/hop/ui/core/widget/TextComposite.java
b/ui/src/main/java/org/apache/hop/ui/core/widget/TextComposite.java
index bcf6af491a..a7b7204957 100644
--- a/ui/src/main/java/org/apache/hop/ui/core/widget/TextComposite.java
+++ b/ui/src/main/java/org/apache/hop/ui/core/widget/TextComposite.java
@@ -35,23 +35,6 @@ public abstract class TextComposite extends Composite {
* @param parent a widget which will be the parent of the new instance
(cannot be null)
* @param style the style of widget to construct
* @throws IllegalArgumentException
- * <ul>
- * <li>ERROR_NULL_ARGUMENT - if the parent is null
- * </ul>
- *
- * @throws SWTException
- * <ul>
- * <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread
that created the parent
- * </ul>
- *
- * @see SWT#NO_BACKGROUND
- * @see SWT#NO_FOCUS
- * @see SWT#NO_MERGE_PAINTS
- * @see SWT#NO_REDRAW_RESIZE
- * @see SWT#NO_RADIO_GROUP
- * @see SWT#EMBEDDED
- * @see SWT#DOUBLE_BUFFERED
- * @see Widget#getStyle
*/
public TextComposite(Composite parent, int style) {
super(parent, style);