Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse eTrice™
Eclipse eTrice
Commits
eb41472a
Commit
eb41472a
authored
Apr 25, 2022
by
Christian Hilden
Browse files
Fix
#37
parent
666c0250
Pipeline
#3636
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/org.eclipse.etrice.generator.base/src/org/eclipse/etrice/generator/base/io/GeneratorResourceLoader.java
View file @
eb41472a
...
...
@@ -175,7 +175,7 @@ public class GeneratorResourceLoader implements IGeneratorResourceLoader {
private
FileSystem
getFileSystem
(
Path
path
,
ILogger
logger
)
{
try
{
return
FileSystems
.
newFileSystem
(
path
,
null
);
return
FileSystems
.
newFileSystem
(
path
,
(
ClassLoader
)
null
);
}
catch
(
ProviderNotFoundException
e
)
{
logger
.
logError
(
"could not read modelpath entry "
+
path
.
toString
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment