This is an automated email from the ASF dual-hosted git repository. yishayw pushed a commit to branch file_upload in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit b74a0f09509ec433c258eba0defdf159a0552e21 Author: Yishay Weiss <[email protected]> AuthorDate: Sun May 29 17:35:16 2022 +0300 Fix what seems to be a whitespace glitch --- .../main/royale/org/apache/royale/file/beads/FileLoaderAndUploader.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/projects/Network/src/main/royale/org/apache/royale/file/beads/FileLoaderAndUploader.as b/frameworks/projects/Network/src/main/royale/org/apache/royale/file/beads/FileLoaderAndUploader.as index 6e2269f128..c87d5106b7 100644 --- a/frameworks/projects/Network/src/main/royale/org/apache/royale/file/beads/FileLoaderAndUploader.as +++ b/frameworks/projects/Network/src/main/royale/org/apache/royale/file/beads/FileLoaderAndUploader.as @@ -24,7 +24,7 @@ package org.apache.royale.file.beads import org.apache.royale.file.IFileModel; import org.apache.royale.net.URLRequest; -/** + /** * The FileLoaderAndUploader is a compound bead that allows you * to load a file and upload it in one operation. *
