Skip to content

Commit

Permalink
remove unused method (#5062)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-matthewb authored Dec 20, 2023
1 parent f4f3c0d commit 748f0ab
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions api/src/org/labkey/api/view/HtmlView.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ public static HtmlView unsafe(String html)
return new HtmlView(HtmlString.unsafe(html));
}

/** Use the HtmlString or Renderable constructor instead */
@Deprecated
public HtmlView(String title, String html)
{
this(title, HtmlString.unsafe(html));
}

public HtmlView(String title, HtmlString html)
{
this(html);
Expand Down

0 comments on commit 748f0ab

Please sign in to comment.