Skip to content

Commit

Permalink
RAT-369: Fix rename in module as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Apr 26, 2024
1 parent 99cc9a0 commit a0e9fa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private static void printChildren(int indent, Map<String, Description> children,
writeIndent(indent, writer);
switch (d.getType()) {
case PARAMETER:
case BULID_PARAMETER:
case BUILD_PARAMETER:
writer.write(String.format("'%s' %s (Datatype: %s%s)%n", d.getCommonName(), d.getDescription(),
d.isCollection() ? "Collection of " : "", d.getChildType().getSimpleName()));
break;
Expand Down

0 comments on commit a0e9fa0

Please sign in to comment.