Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

Commit

Permalink
Fixes issue #112
Browse files Browse the repository at this point in the history
  • Loading branch information
debbabi committed Sep 8, 2016
1 parent 57f40be commit fd81d52
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ protected String runActivityLogic(AgentPath agentPath, ItemPath itemPath, int tr
{
String[] input = getDataList(requestData);
if (Logger.doLog(3)) Logger.msg(3, "CreateAgentFromDescription: called by "+agentPath+" on "+itemPath+" with parameters "+Arrays.toString(input));
if (input.length < 3 || input.length > 4)
throw new InvalidDataException("CreateAgentFromDescription: Invalid parameters "+Arrays.toString(input));
//if (input.length < 3 || input.length > 4)
// throw new InvalidDataException("CreateAgentFromDescription: Invalid parameters "+Arrays.toString(input));

String newName = input[0];
String domPath = input[1];
Expand Down

0 comments on commit fd81d52

Please # to comment.