small amendments

This commit is contained in:
Jochen Stärk
2020-09-15 13:25:53 +02:00
parent 6cc3bfb998
commit e227608782
3 changed files with 28 additions and 5 deletions

View File

@@ -642,7 +642,7 @@ public class Main {
*
* @param resourceName ie.: "/SmartLibrary.dll"
* @return The path to the exported resource
* @throws Exception
* @throws Exception e.g. if the specified resource does not exist at the specified location
*/
static public String ExportResource(String resourceName) throws Exception {
InputStream stream = null;