Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
naomod
faezeh-public
XTDL
Commits
32b37dc7
Commit
32b37dc7
authored
May 05, 2022
by
Faezeh KHORRAM
💬
Browse files
Update K3EventManagerLauncher.java
parent
7c16ca1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.imt.tdl.configuration/src/org/imt/tdl/eventBasedEngine/K3EventManagerLauncher.java
View file @
32b37dc7
...
...
@@ -585,7 +585,11 @@ public class K3EventManagerLauncher implements IEventBasedExecutionEngine{
@Override
public
void
disposeResources
()
{
this
.
MUTResource
.
unload
();
this
.
executionEngine
.
dispose
();
try
{
this
.
MUTResource
.
unload
();
this
.
executionEngine
.
dispose
();
}
catch
(
NullPointerException
e
)
{
// TODO: handle exception
}
}
}
Write
Preview
Supports
Markdown
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