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 454c2b2770 [RELEASE] doc fixes
454c2b2770 is described below

commit 454c2b27707f3af2d72b1ca66ebe4bab315f8657
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Mon Nov 10 11:50:39 2025 +0100

    [RELEASE] doc fixes
---
 .../hop/pipeline/transforms/textfileoutput/TextFileOutputMeta.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/plugins/transforms/textfile/src/main/java/org/apache/hop/pipeline/transforms/textfileoutput/TextFileOutputMeta.java
 
b/plugins/transforms/textfile/src/main/java/org/apache/hop/pipeline/transforms/textfileoutput/TextFileOutputMeta.java
index aa9acae4d9..e37441db0b 100644
--- 
a/plugins/transforms/textfile/src/main/java/org/apache/hop/pipeline/transforms/textfileoutput/TextFileOutputMeta.java
+++ 
b/plugins/transforms/textfile/src/main/java/org/apache/hop/pipeline/transforms/textfileoutput/TextFileOutputMeta.java
@@ -285,7 +285,7 @@ public class TextFileOutputMeta extends 
BaseTransformMeta<TextFileOutput, TextFi
 
   /**
    * @return Returns the splitEvery.
-   * @deprecated use {@link #getSplitEvery(IVariables)} or {@link 
#getSplitEveryRows()}
+   * @deprecated use {@link TextFileOutputMeta#getSplitEvery(IVariables)}
    */
   @Deprecated(since = "2.0")
   public int getSplitEvery() {
@@ -309,7 +309,7 @@ public class TextFileOutputMeta extends 
BaseTransformMeta<TextFileOutput, TextFi
 
   /**
    * @param splitEvery The splitEvery to set.
-   * @deprecated use {@link #setSplitEveryRows(String)}
+   * @deprecated use setSplitEveryRows
    */
   @Deprecated(since = "2.0")
   public void setSplitEvery(int splitEvery) {

Reply via email to