Skip to content

Commit

Permalink
Slight error message verbiage change
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrdoherty committed Mar 11, 2024
1 parent 0e5e36c commit 4b690c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public void checkParam(String queryFullName, Map<String,Param> rootParamMap, Lis
if (!rootParamMap.keySet().contains(param.getName())) {
throw new WdkModelException("The dependent param " + param.getFullName() +
" of query " + query.getFullName() + " (needed by param " + getFullName() +
") is not found in the param map of the ID query " + queryFullName + ".");
") is not found among the parameters declared in the ID query " + queryFullName + ".");
}

// recurse through dependent param queries
Expand Down

0 comments on commit 4b690c8

Please sign in to comment.