Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-studio
Commits
2065f91e
Commit
2065f91e
authored
Nov 10, 2014
by
apupier
Browse files
Use the correct resource to load. Will avoid random NPE.
parent
8192ff61
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundles/plugins/org.bonitasoft.studio.common.repository/src/org/bonitasoft/studio/common/repository/filestore/EMFFileStore.java
View file @
2065f91e
...
...
@@ -103,7 +103,7 @@ public abstract class EMFFileStore extends AbstractFileStore implements IReposit
@Override
public
void
run
()
{
try
{
eR
esource
.
load
(
Collections
.
EMPTY_MAP
);
r
esource
.
load
(
Collections
.
EMPTY_MAP
);
}
catch
(
final
IOException
e
)
{
BonitaStudioLog
.
error
(
e
,
CommonRepositoryPlugin
.
PLUGIN_ID
);
}
...
...
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