Fixed javadoc

This commit is contained in:
Luca Frosini 2024-09-20 11:17:14 +02:00
parent fef8ff6733
commit 6a96bd87a5
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ public class StorageHubManagement {
* @param shubPublicLink * @param shubPublicLink
* @param fileName * @param fileName
* @param mimeType * @param mimeType
* @return * @return the public link of the persisted file
* @throws Exception * @throws Exception
*/ */
public URL persistFile(URL shubPublicLink, String fileName, String mimeType) public URL persistFile(URL shubPublicLink, String fileName, String mimeType)