mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 12:45:35 +00:00
Improved javadoc in LocalStorageServiceImpl
This commit is contained in:
+5
-2
@@ -27,8 +27,11 @@ import com.sap.sse.filestorage.InvalidPropertiesException;
|
||||
* The accessibility of the files is ensured prior to activating the local file storage service by saving a testfile in
|
||||
* localPath, which is then accessed via basePath.
|
||||
*
|
||||
* For testing purposes the baseUrl can be set to a file url: e.g. file://localhost/home/jan/sailing_test
|
||||
* and the local path subsequently: /home/jan/sailing_test
|
||||
* For testing purposes the baseUrl can be set to a file url: e.g. file://localhost/home/jan/sailing_test and the local
|
||||
* path subsequently: /home/jan/sailing_test
|
||||
*
|
||||
* For Windows, this could be e.g. file:///C://Data/projects/sap-sailing/local-file-storage as baseUrl and
|
||||
* C:\Data\projects\sap-sailing\local-file-storage as localPath
|
||||
*
|
||||
* @author Jan Broß
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user