This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new ecb84fdc4a5 Polished ecb84fdc4a5 is described below commit ecb84fdc4a53845753309630d0e9e6066f5b7558 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jan 3 16:53:07 2025 +0100 Polished --- .../camel-smb/src/main/java/org/apache/camel/component/smb/SmbFile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-smb/src/main/java/org/apache/camel/component/smb/SmbFile.java b/components/camel-smb/src/main/java/org/apache/camel/component/smb/SmbFile.java index b2fd3c5e229..0c544e885f2 100644 --- a/components/camel-smb/src/main/java/org/apache/camel/component/smb/SmbFile.java +++ b/components/camel-smb/src/main/java/org/apache/camel/component/smb/SmbFile.java @@ -75,7 +75,7 @@ public class SmbFile extends GenericFile<FileIdBothDirectoryInformation> { @Override public String toString() { - return "Smb2File[" + (isAbsolute() ? getAbsoluteFilePath() : getRelativeFilePath()) + "]"; + return "SmbFile[" + (isAbsolute() ? getAbsoluteFilePath() : getRelativeFilePath()) + "]"; } @Override