-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Upcoming Branch
-
Fix Version/s: Upcoming Branch
-
Component/s: base
-
Labels:None
Both buildBoundaryComment (instance) and formatBoundaryComment (static) functions in HtmlWidgetRenderer class, do the same thing.
Simplify code by changing buildBoundaryComment function to static, and remove formatBoundaryComment function.