[Minor] code cleanup

This commit is contained in:
Robert von Burg 2013-10-27 04:13:05 +01:00
parent 181e3dfdff
commit d90c698176
1 changed files with 0 additions and 2 deletions

View File

@ -38,9 +38,7 @@ public class SimpleServiceHandler extends StrolchComponent implements ServiceHan
try {
this.privilegeHandler.getPrivilegeContext(certificate).validateAction(service);
ServiceResult serviceResult = service.doService(argument);
return serviceResult;
} catch (Exception e) {