Fix the builf

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32803 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Steven Glover
2011-12-16 09:27:38 +00:00
parent f3c0e5365d
commit 4e3b2beefc

View File

@@ -172,7 +172,7 @@ public class CommandExecutorImpl implements CommandExecutor
} }
else else
{ {
throw new IllegalArgumentException(); return null;
} }
} }