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 96b33346cf [RELEASE] fix broken doc blocking release
96b33346cf is described below
commit 96b33346cfdeb45b267816462199103ae5ff5b1b
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Feb 13 15:50:32 2025 +0100
[RELEASE] fix broken doc blocking release
---
ui/src/main/java/org/apache/hop/ui/core/widget/TextComposite.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 eff5ea95da..6a1273a198 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
@@ -179,7 +179,7 @@ public abstract class TextComposite extends Composite {
*
* <p>The old selection is replaced with the new text.
*
- * @param string the string
+ * @param strInsert the string
*/
public abstract void insert(String strInsert);