Skip to content

Commit

Permalink
Address review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
HindujaB committed Oct 6, 2023
1 parent bcbf2b7 commit 9c323ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public static BXml getXml(BTypedesc td, BXml val) {
return val;
}

assert describingType.getTag() == XML_COMMENT_TAG : describingType;
Assert.assertEquals(describingType.getTag(), XML_COMMENT_TAG, describingType.toString());
return val;
}

Expand Down

0 comments on commit 9c323ad

Please sign in to comment.