Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
frascati
frascati
Commits
afdc12d1
Commit
afdc12d1
authored
Mar 25, 2013
by
Marc Dutoo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio : patched NPE by adding guard
parent
45e605d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
frascati/frascati-studio/src/main/java/org/easysoa/impl/ServiceManagerImpl.java
...io/src/main/java/org/easysoa/impl/ServiceManagerImpl.java
+1
-1
No files found.
frascati/frascati-studio/src/main/java/org/easysoa/impl/ServiceManagerImpl.java
View file @
afdc12d1
...
...
@@ -262,7 +262,7 @@ public class ServiceManagerImpl implements ServiceManager {
}
catch
(
Exception
e
)
{
//e.printStackTrace();
File
rootFile
=
new
File
(
application
.
retrieveAbsoluteRoot
());
if
(
rootFile
.
exists
()){
if
(
rootFile
!=
null
&&
rootFile
.
exists
()){
this
.
deleteDirectory
(
rootFile
);
}
throw
e
;
...
...
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